From ef079a56e47d898ae7ad347c5d84a4ccfd9cba91 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 11 Jan 2012 15:26:53 -0500 Subject: comment From-SVN: r183108 --- gcc/cp/parser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/cp') 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) -- cgit v1.1