Commit 946d79a6 by Jason Merrill

* g++.dg/cpp1z/feat-cxx1z.C: Update __cpp_deduction_guides.

From-SVN: r261100
parent 69311919
......@@ -358,8 +358,8 @@
#ifndef __cpp_deduction_guides
# error "__cpp_deduction_guides"
#elif __cpp_deduction_guides != 201611
# error "__cpp_deduction_guides != 201611"
#elif __cpp_deduction_guides != 201703
# error "__cpp_deduction_guides != 201703"
#endif
#ifndef __cpp_if_constexpr
......
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