2016-04-19 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/bits/c++14_warning.h: Do not refer C++14 as experimental.
From-SVN: r235210
+2016-04-19 Edward Smith-Rowland <3dw4rd@verizon.net>
+
+ * include/bits/c++14_warning.h: Do not refer C++14 as experimental.
+
2016-04-18 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/41759
#define _CXX14_WARNING_H 1
#if __cplusplus <= 201103L
-#error This file requires compiler and library support for the forthcoming \
-ISO C++ 2014 standard. This support is currently experimental, and must be \
-enabled with the -std=c++1y or -std=gnu++1y compiler options.
+#error This file requires compiler and library support \
+for the ISO C++ 2014 standard. This support must be enabled \
+with the -std=c++14 or -std=gnu++14 compiler options.
#endif
#endif