http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54526



--- Comment #4 from Richard Smith <richard-gccbugzilla at metafoo dot co.uk> 
2012-10-28 05:21:40 UTC ---

The fix does not appear to be correct. C++11 changed the lexing rules, not the

parsing rules for template argument lists. For instance, this is valid in

C++11:



int a;

bool b = 0<::a;

Reply via email to