status_cxx200x.xml: Update.

2010-06-05  Jonathan Wakely  <jwakely.gcc@gmail.com>

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

From-SVN: r160325
This commit is contained in:
Jonathan Wakely 2010-06-05 18:47:04 +01:00
parent 6d00745b6d
commit 7ae3cd3dfa
2 changed files with 28 additions and 4 deletions

View File

@ -1,3 +1,26 @@
2010-06-05 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/status_cxx200x.xml: Update.
2010-06-05 Magnus Fromreide <magfr@lysator.liu.se>
Jonathan Wakely <jwakely.gcc@gmail.com>
* include/std/functional (function): Add nullptr_t support.
* include/bits/shared_ptr.h (shared_ptr): Likewise.
* include/bits/unique_ptr.h (unique_ptr): Likewise.
2010-06-05 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/shared_ptr_base.h (__shared_ptr): Add nullptr_t support.
(__shared_count): Add nullptr_t support and make constructors explicit.
* testsuite/20_util/shared_ptr/cons/43820.cc: Adjust.
* testsuite/20_util/shared_ptr/cons/nullptr.cc: New.
* testsuite/20_util/unique_ptr/cons/nullptr.cc: New.
* testsuite/20_util/unique_ptr/assign/nullptr.cc: New.
* testsuite/20_util/unique_ptr/assign/assign_neg.cc: Adjust.
* testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust.
2010-06-04 Jason Merrill <jason@redhat.com>
* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.

View File

@ -82,7 +82,7 @@ particular release.
<entry>18.2</entry>
<entry>Types</entry>
<entry>Partial</entry>
<entry>Missing offsetof, max_align_t, nullptr_t</entry>
<entry>Missing offsetof, max_align_t</entry>
</row>
<row>
<entry>18.3</entry>
@ -519,7 +519,7 @@ particular release.
<entry>20.7.4.3</entry>
<entry>Type properties</entry>
<entry>Partial</entry>
<entry>Missing is_system_layout</entry>
<entry>Missing is_trivially_copyable, is_literal_type, is_nothrow_constructible</entry>
</row>
<row>
<entry>20.7.5</entry>
@ -2236,10 +2236,11 @@ particular release.
<entry></entry>
</row>
<row>
<?dbhtml bgcolor="#B0B0B0" ?>
<entry>30.3.1</entry>
<entry>Class <code>thread</code></entry>
<entry>Y</entry>
<entry></entry>
<entry>Partial</entry>
<entry><code>thread::id</code> is not trivially copyable</entry>
</row>
<row>
<entry>30.3.2</entry>