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
This commit is contained in:
Edward Smith-Rowland 2016-04-19 16:29:05 +00:00 committed by Edward Smith-Rowland
parent fc9cf6da84
commit d855ad89cb
2 changed files with 7 additions and 3 deletions

View 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

View 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