mirror of git://gcc.gnu.org/git/gcc.git
2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/bits/c++0x_warning.h Remove experimental language. From-SVN: r231967
This commit is contained in:
parent
bb0d7745bd
commit
09ef4fec12
|
|
@ -1,3 +1,6 @@
|
|||
2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
* include/bits/c++0x_warning.h Remove experimental language.
|
||||
|
||||
2015-12-16 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/68912
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
#define _CXX0X_WARNING_H 1
|
||||
|
||||
#if __cplusplus < 201103L
|
||||
#error This file requires compiler and library support for the \
|
||||
ISO C++ 2011 standard. This support is currently experimental, and must be \
|
||||
enabled with the -std=c++11 or -std=gnu++11 compiler options.
|
||||
#error This file requires compiler and library support \
|
||||
for the ISO C++ 2011 standard. This support must be enabled \
|
||||
with the -std=c++11 or -std=gnu++11 compiler options.
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue