diff options
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/parser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 9be68d0..f9e1a13 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -15724,8 +15724,7 @@ cp_parser_init_declarator (cp_parser* parser, { /* We want to record the extra mangling scope for in-class initializers of class members and initializers of static data - member templates. The former is a C++0x feature which isn't - implemented yet, and I expect it will involve deferring + member templates. The former involves deferring parsing of the initializer until end of class as with default arguments. So right here we only handle the latter. */ if (!member_p && processing_template_decl) |