]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/concepts/explicit-inst3.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 / explicit-inst3.C
index 177fc6c1368cd8b99b900f0343e3aa4579e4fbd8..00dee2fb2b9b87649bc3ee56f3242a89d1a2c7b0 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++1z -fconcepts" }
+// { dg-options "-std=c++17 -fconcepts" }
 
 template<typename T>
   concept bool C() { return __is_class(T); }