2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>

* include/bits/c++0x_warning.h Remove experimental language.

From-SVN: r231966
This commit is contained in:
Edward Smith-Rowland 2015-12-28 00:07:19 +00:00 committed by Edward Smith-Rowland
parent 71713fa639
commit 9be77061cf
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/bits/c++0x_warning.h Remove experimental language.
2015-12-24 Jason Merrill <jason@redhat.com>
* testsuite/ext/bitmap_allocator/check_deallocate_null.cc

View File

@ -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