OSDN Git Service

comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jan 2012 20:26:53 +0000 (20:26 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jan 2012 20:26:53 +0000 (20:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183108 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/parser.c

index 9be68d0..f9e1a13 100644 (file)
@@ -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)