Common V3 coding bug

Jason Merrill jason_merrill@redhat.com
Wed Jul 18 04:34:00 GMT 2001


>>>>> "Nathan" == Nathan Myers <ncm@nospam.cantrip.org> writes:

> If A<>::i were a type, it could still be mentioned without template 
> arguments, e.g.:

>> void g() { int j = sizeof B::i; } 

Rather, 'sizeof typename B::i'.  Which is what
warn_about_implicit_typename_lookup suggests.

Jason



More information about the Libstdc++ mailing list