Commit db2415a9 by Jonathan Wakely Committed by Jonathan Wakely

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

From-SVN: r192616
parent cf5607f8
2012-10-19 Jonathan Wakely <jwakely.gcc@gmail.com> 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. * include/std/scoped_allocator (__outermost_alloc_traits): Define.
(scoped_allocator_adaptor::destroy): Use it. (scoped_allocator_adaptor::destroy): Use it.
(scoped_allocator_adaptor::construct): Likewise. Overload for (scoped_allocator_adaptor::construct): Likewise. Overload for
......
...@@ -821,15 +821,10 @@ particular release. ...@@ -821,15 +821,10 @@ particular release.
<entry>Type properties</entry> <entry>Type properties</entry>
<entry>Partial</entry> <entry>Partial</entry>
<entry>Missing is_trivially_copyable, <entry>Missing is_trivially_copyable,
is_assignable, is_copy_assignable, is_move_assignable,
is_trivially_constructible, is_trivially_default_constructible, is_trivially_constructible, is_trivially_default_constructible,
is_trivially_copy_constructible, is_trivially_move_constructible, is_trivially_copy_constructible, is_trivially_move_constructible,
is_trivially_assignable, is_trivially_default_assignable, is_trivially_assignable, is_trivially_default_assignable,
is_trivially_copy_assignable, is_trivially_move_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
</entry> </entry>
</row> </row>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment