Commit d4db81a2 by Jason Merrill

Fix more P0184R0 references.

From-SVN: r234230
parent 3f91db69
...@@ -11497,7 +11497,7 @@ cp_parser_perform_range_for_lookup (tree range, tree *begin, tree *end) ...@@ -11497,7 +11497,7 @@ cp_parser_perform_range_for_lookup (tree range, tree *begin, tree *end)
*end, ERROR_MARK, *end, ERROR_MARK,
NULL, tf_none) NULL, tf_none)
!= error_mark_node)) != 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 but make sure they are comparable so we can give a better
diagnostic. */; diagnostic. */;
else else
// P08184R0: Generalizing the Range-Based For Loop // P0184R0: Generalizing the Range-Based For Loop
// { dg-options "-std=c++1z" } // { dg-options "-std=c++1z" }
struct A { struct A {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment