summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>2015-12-28 00:07:19 +0000
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>2015-12-28 00:07:19 +0000
commit5997c2406604bfea29ce679c2d717223e0261aef (patch)
treea680ecd288926163a36008ffc158d6398762db66 /libstdc++-v3
parent7b3390b4f06997177addab2c63c39a5bb5ce8eca (diff)
downloadgcc-5997c2406604bfea29ce679c2d717223e0261aef.tar.gz
2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/bits/c++0x_warning.h Remove experimental language. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/include/bits/c++0x_warning.h6
2 files changed, 6 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1f83eaffcdd..e630ad34a5e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/include/bits/c++0x_warning.h b/libstdc++-v3/include/bits/c++0x_warning.h
index 5c7e9720222..dabc2c4fd2c 100644
--- a/libstdc++-v3/include/bits/c++0x_warning.h
+++ b/libstdc++-v3/include/bits/c++0x_warning.h
@@ -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