1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Minor adjustment.

This commit is contained in:
Sergey Prigogin 2009-01-17 19:01:06 +00:00
parent 0b4d235c72
commit ff95da70c2

View file

@ -3578,7 +3578,7 @@ public class AST2TemplateTests extends AST2BaseTest {
// template<typename U> struct C {
// typedef T (U::*method1)();
// };
// template<class U> struct C<const U> {
// template<typename U> struct C<const U> {
// typedef T (U::*method1)();
// };
// typedef typename C<CL>::method1 method2;