mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Minor adjustment.
This commit is contained in:
parent
0b4d235c72
commit
ff95da70c2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue