diff mbox

[v3] update C++11 status table

Message ID CAH6eHdT5DA7G3z+tkMsNDHZ+TMXHShDya_O=sm5VJAtv3re_uA@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely Oct. 19, 2012, 4:53 p.m. UTC
The table's a bit out of date

        * doc/xml/manual/status_cxx2011.xml: Update.

Committed to trunk.
diff mbox

Patch

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
index 226eef9..6b1ad51 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
@@ -821,15 +821,10 @@  particular release.
       <entry>Type properties</entry>
       <entry>Partial</entry>
       <entry>Missing is_trivially_copyable,
-      is_assignable, is_copy_assignable, is_move_assignable,
       is_trivially_constructible, is_trivially_default_constructible,
       is_trivially_copy_constructible, is_trivially_move_constructible,
       is_trivially_assignable, is_trivially_default_assignable,
-      is_trivially_copy_assignable, is_trivially_move_assignable,
-      is_trivially_destructible,
-      is_nothrow_assignable,
-      is_nothrow_copy_assignable, is_nothrow_move_assignable,
-      is_nothrow_destructible
+      is_trivially_copy_assignable, is_trivially_move_assignable
       </entry>
     </row>
     <row>