Another C++11 experimental thing...

Ed Smith-Rowland 3dw4rd@verizon.net
Mon Dec 28 17:49:00 GMT 2015


On 12/27/2015 11:30 AM, Jonathan Wakely wrote:
>> I think we should change the language in the c++0x_warning.h:
> Agreed, OK for trunk and gcc-5-branch, thanks.
>
> N.B. s/Ramove/Remove/ in the changelog.
>
Done,

Here are the patch and CL as applied to trunk and gcc-5.

Thanks,
Ed

-------------- next part --------------
Index: include/bits/c++0x_warning.h
===================================================================
--- include/bits/c++0x_warning.h	(revision 231922)
+++ include/bits/c++0x_warning.h	(working copy)
@@ -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
-------------- next part --------------

2015-12-27  Edward Smith-Rowland  <3dw4rd@verizon.net>
	* include/bits/c++0x_warning.h Remove experimental language.


More information about the Gcc-patches mailing list