Fix more P0184R0 references.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 15 Mar 2016 19:37:32 +0000 (15:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 15 Mar 2016 19:37:32 +0000 (15:37 -0400)
From-SVN: r234230

gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp1z/range-for1.C

index d38f1dd9a5c228bdbadda028bfdddb12fe3173bb..62570d46d8f446655b9b38fc2426b529a0a25def 100644 (file)
@@ -11497,7 +11497,7 @@ cp_parser_perform_range_for_lookup (tree range, tree *begin, tree *end)
                                         *end, ERROR_MARK,
                                         NULL, tf_none)
                      != error_mark_node))
-               /* P08184R0 allows __begin and __end to have different types,
+               /* P0184R0 allows __begin and __end to have different types,
                   but make sure they are comparable so we can give a better
                   diagnostic.  */;
              else
index 370381ab60f9489679e8847e0bd798e50462aa8b..36e2d029553eded30e8516f010e22072988ef879 100644 (file)
@@ -1,4 +1,4 @@
-// P08184R0: Generalizing the Range-Based For Loop
+// P0184R0: Generalizing the Range-Based For Loop
 // { dg-options "-std=c++1z" }
 
 struct A {