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

From-SVN: r192616
This commit is contained in:
Jonathan Wakely 2012-10-19 16:53:32 +00:00 committed by Jonathan Wakely
parent cf5607f85a
commit db2415a9a1
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,7 @@
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.

View 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>