aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2012-01-11 15:26:53 -0500
committerJason Merrill <jason@gcc.gnu.org>2012-01-11 15:26:53 -0500
commitef079a56e47d898ae7ad347c5d84a4ccfd9cba91 (patch)
tree54cefd5d9350e8cf739123828c949b3b8428d9ab /gcc/cp
parentb34e0e6fc844922bcd84583fc8dbaa0669afa5c0 (diff)
downloadgcc-ef079a56e47d898ae7ad347c5d84a4ccfd9cba91.zip
gcc-ef079a56e47d898ae7ad347c5d84a4ccfd9cba91.tar.gz
gcc-ef079a56e47d898ae7ad347c5d84a4ccfd9cba91.tar.bz2
comment
From-SVN: r183108
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/parser.c3
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)