c++14_warning.h: Do not refer C++14 as experimental.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Tue, 19 Apr 2016 16:29:05 +0000 (16:29 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Tue, 19 Apr 2016 16:29:05 +0000 (16:29 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++14_warning.h

index 4dfe22bd932f51f03015a24a6e6363d6d8c5cf6a..03d2e994d6a417e7f87cac0e66456dbb8f99af16 100644 (file)
@@ -1,3 +1,7 @@
+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
index f3cb99c593bab0425d27ae975592efc63ac4222a..33ccb208bd4cf5177e5fd812b46ba63ecf6c8ebc 100644 (file)
@@ -29,9 +29,9 @@
 #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