* doc/xml/manual/status_cxx2011.xml: Update.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Fri, 19 Oct 2012 16:53:32 +0000 (16:53 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 19 Oct 2012 16:53:32 +0000 (17:53 +0100)
From-SVN: r192616

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2011.xml

index 27b9b89..3dae0e0 100644 (file)
@@ -1,5 +1,9 @@
 2012-10-19  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
+       * doc/xml/manual/status_cxx2011.xml: Update.
+
+2012-10-19  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
        * include/std/scoped_allocator (__outermost_alloc_traits): Define.
        (scoped_allocator_adaptor::destroy): Use it.
        (scoped_allocator_adaptor::construct): Likewise. Overload for
index 226eef9..6b1ad51 100644 (file)
@@ -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>