相关代码 |
|
// Build don't link: // Copyright (C) 1999 Free Software Foundation // by Alexandre Oliva // based on bug report by Gabriel Dos_Reis template class foo { typedef typename C::bar bar; foo(bar); }; template foo::foo(bar) {} // gets bogus error - C not a class