Commit 9be77061 by Edward Smith-Rowland Committed by Edward Smith-Rowland

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

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

From-SVN: r231966
parent 71713fa6
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> 2015-12-24 Jason Merrill <jason@redhat.com>
* testsuite/ext/bitmap_allocator/check_deallocate_null.cc * testsuite/ext/bitmap_allocator/check_deallocate_null.cc
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
#define _CXX0X_WARNING_H 1 #define _CXX0X_WARNING_H 1
#if __cplusplus < 201103L #if __cplusplus < 201103L
#error This file requires compiler and library support for the \ #error This file requires compiler and library support \
ISO C++ 2011 standard. This support is currently experimental, and must be \ for the ISO C++ 2011 standard. This support must be enabled \
enabled with the -std=c++11 or -std=gnu++11 compiler options. with the -std=c++11 or -std=gnu++11 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