From dd586d8540bc9193c07e68fa21f1781ef3cbaf4f Mon Sep 17 00:00:00 2001 From: redi Date: Sun, 6 Nov 2011 20:15:53 +0000 Subject: * doc/xml/faq.xml: Replace references to C++0x with C++11. * doc/xml/manual/intro.xml: Likewise. * doc/xml/manual/backwards_compatibility.xml: Likewise. * doc/xml/manual/shared_ptr.xml: Likewise. * doc/xml/manual/configure.xml: Likewise. * doc/xml/manual/evolution.xml: Likewise. * doc/xml/manual/using.xml: Likewise. * doc/xml/manual/strings.xml: Likewise. * doc/xml/manual/debug_mode.xml: Likewise. * doc/xml/manual/policy_data_structures.xml: Likewise. * doc/xml/manual/extensions.xml: Likewise. * doc/xml/manual/diagnostics.xml: Likewise. * doc/xml/manual/test.xml: Likewise. * doc/xml/manual/status_cxx200x.xml: Likewise, and rename to... * doc/xml/manual/status_cxx2011.xml: Here. * doc/Makefile.am: Rename status_cxx200x.xml. * doc/Makefile.in: Regenerate. * doc/html/*: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181041 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/doc/html/manual/bugs.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libstdc++-v3/doc/html/manual/bugs.html') diff --git a/libstdc++-v3/doc/html/manual/bugs.html b/libstdc++-v3/doc/html/manual/bugs.html index a3dcaaf94cf..91a4574b106 100644 --- a/libstdc++-v3/doc/html/manual/bugs.html +++ b/libstdc++-v3/doc/html/manual/bugs.html @@ -226,7 +226,7 @@

387: std::complex over-encapsulated

Add the real(T) and imag(T) - members; in C++0x mode, also adjust the existing + members; in C++11 mode, also adjust the existing real() and imag() members and free functions.

389: @@ -298,7 +298,7 @@

Follow the straightforward proposed resolution.

550: What should the return type of pow(float,int) be? -

In C++0x mode, remove the pow(float,int), etc., signatures. +

In C++11 mode, remove the pow(float,int), etc., signatures.

586: string inserter not a formatted function

Change it to be a formatted output function (i.e. catch exceptions). @@ -313,7 +313,7 @@

Add the missing operations.

691: const_local_iterator cbegin, cend missing from TR1 -

In C++0x mode add cbegin(size_type) and cend(size_type) +

In C++11 mode add cbegin(size_type) and cend(size_type) to the unordered containers.

693: std::bitset::all() missing @@ -326,22 +326,22 @@

Implement the straightforward resolution.

761: unordered_map needs an at() member function -

In C++0x mode, add at() and at() const. +

In C++11 mode, add at() and at() const.

775: Tuple indexing should be unsigned?

Implement the int -> size_t replacements.

776: Undescribed assign function of std::array -

In C++0x mode, remove assign, add fill. +

In C++11 mode, remove assign, add fill.

781: std::complex should add missing C99 functions -

In C++0x mode, add std::proj. +

In C++11 mode, add std::proj.

809: std::swap should be overloaded for array types

Add the overload.

844: complex pow return type is ambiguous -

In C++0x mode, remove the pow(complex<T>, int) signature. +

In C++11 mode, remove the pow(complex<T>, int) signature.

853: to_string needs updating with zero and one

Update / add the signatures. -- cgit v1.2.1