Commit d855ad89 by Edward Smith-Rowland Committed by Edward Smith-Rowland

c++14_warning.h: Do not refer C++14 as experimental.

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
parent fc9cf6da
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> 2016-04-18 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/41759 PR libstdc++/41759
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
#define _CXX14_WARNING_H 1 #define _CXX14_WARNING_H 1
#if __cplusplus <= 201103L #if __cplusplus <= 201103L
#error This file requires compiler and library support for the forthcoming \ #error This file requires compiler and library support \
ISO C++ 2014 standard. This support is currently experimental, and must be \ for the ISO C++ 2014 standard. This support must be enabled \
enabled with the -std=c++1y or -std=gnu++1y compiler options. with the -std=c++14 or -std=gnu++14 compiler options.
#endif #endif
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment