]> gcc.gnu.org Git - gcc.git/commitdiff
2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Mon, 28 Dec 2015 00:07:19 +0000 (00:07 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Mon, 28 Dec 2015 00:07:19 +0000 (00:07 +0000)
* include/bits/c++0x_warning.h Remove experimental language.

From-SVN: r231966

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++0x_warning.h

index 1f83eaffcddda7199cf2f95c775246a91eab74d0..e630ad34a5eb993a996f6071d7010e521ae790ac 100644 (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
index 5c7e9720222a11397bb44b7713b13601a35b967f..dabc2c4fd2c7f8b4234998c6e548b727624a750e 100644 (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
This page took 2.808686 seconds and 5 git commands to generate.