From: Jonathan Wakely
Change the reference
type.
+
Define and use is_always_equal
even for C++11.
unique_ptr
for array does not support cv qualification conversion of actual argument
Adjust constraints to allow safe conversions. diff --git a/libstdc++-v3/doc/html/manual/configure.html b/libstdc++-v3/doc/html/manual/configure.html index 5ec0cf2acac..251c70e9da3 100644 --- a/libstdc++-v3/doc/html/manual/configure.html +++ b/libstdc++-v3/doc/html/manual/configure.html @@ -231,9 +231,10 @@
--with-default-libstdcxx-abi=
OPTION
Set the default value for the _GLIBCXX_USE_CXX11_ABI
macro (see Macros).
- The default is OPTION=c++11
which sets the macro to
+ The default is OPTION=new
which sets the macro to
1
,
- use OPTION=c++98
to set it to 0
.
+ use OPTION=gcc4-compatible
to set it to
+ 0
.
This option does not change the library ABI.
--enable-vtable-verify
[default]Use -fvtable-verify=std
to compile the C++
runtime with instrumentation for vtable verification. All virtual
diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html
index 6d304dcb7fb..0885b5db326 100644
--- a/libstdc++-v3/doc/html/manual/status.html
+++ b/libstdc++-v3/doc/html/manual/status.html
@@ -492,7 +492,7 @@ not in any particular release.
N4258
-
make_array
, revision 4 make_array
, revision 4