* doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and document
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / fold7a.C
blob5c782ff0969e1f623d52f9e5d62ff50a11b0f748
1 // This macro should not be defined without -std=c++17.
3 #ifdef __cpp_fold_expressions
4 #error __cpp_fold_expressions defined
5 #endif