Commit 08da2581 by Jason Merrill

feat-cxx1z.C: Fix __cpp_fold_expressions value.

	* g++.dg/cpp1z/feat-cxx1z.C: Fix __cpp_fold_expressions value.
	* g++.dg/cpp1z/fold7.C: Likewise.

From-SVN: r234212
parent 5a15be97
...@@ -328,8 +328,8 @@ ...@@ -328,8 +328,8 @@
#ifndef __cpp_fold_expressions #ifndef __cpp_fold_expressions
# error "__cpp_fold_expressions" # error "__cpp_fold_expressions"
#elif __cpp_fold_expressions != 201411 #elif __cpp_fold_expressions != 201603
# error "__cpp_fold_expressions != 201411" # error "__cpp_fold_expressions != 201603"
#endif #endif
#ifndef __cpp_nontype_template_args #ifndef __cpp_nontype_template_args
......
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
#error __cpp_fold_expressions not defined #error __cpp_fold_expressions not defined
#endif #endif
#if __cpp_fold_expressions != 201411 #if __cpp_fold_expressions != 201603
#error Wrong value for __cpp_fold_expressions #error Wrong value for __cpp_fold_expressions
#endif #endif
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