aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2010-06-05 18:47:04 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2010-06-05 18:47:04 +0100
commit7ae3cd3dfad1b2d747f002d59fd35002a8083709 (patch)
tree8b8f7fda67ba9da7b199b069870e49e278e2a528 /libstdc++-v3/ChangeLog
parent6d00745b6de4d35b957456add157029bf193dfed (diff)
downloadgcc-7ae3cd3dfad1b2d747f002d59fd35002a8083709.zip
gcc-7ae3cd3dfad1b2d747f002d59fd35002a8083709.tar.gz
gcc-7ae3cd3dfad1b2d747f002d59fd35002a8083709.tar.bz2
status_cxx200x.xml: Update.
2010-06-05 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/status_cxx200x.xml: Update. From-SVN: r160325
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 03b1d64..050478f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.