]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/concepts/pr67249.C
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z...
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / concepts / pr67249.C
index 9cfada59b3eecb461a57b9ae4d50bf85ae019d60..87e9bb582481138ce3b41545bcb4418007956e63 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++1z -fconcepts" }
+// { dg-options "-std=c++17 -fconcepts" }
 
 template<class T> concept bool C1 = true;
 template<class A, class B> struct Pair {};