From 79455ea1f897031fc4f3d9cccd6622c6e922ba4e Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 2 Apr 2011 20:31:04 +0100 Subject: [PATCH] Add missing change log for r171531 From-SVN: r171893 --- libstdc++-v3/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ea4b6d49139..40bbf34cfd1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -48,6 +48,15 @@ * config/os/solaris/solaris2.7/ctype_noninline.h: Likewise. * config/os/solaris/solaris2.7/ctype_configure_char.cc: Likewise. +2011-03-25 Jonathan Wakely + + * include/std/future (future::share): Add. + (packaged_task::result_type): Remove as per LWG 2030. + (packaged_task::packaged_task): Remove redundant constructors, as per + LWG 1514. + * testsuite/30_threads/future/members/share.cc: New. + * testsuite/30_threads/packaged_task/requirements/typedefs.cc: Remove. + 2011-03-25 Jonathan Wakely * testsuite/28_regex/match_results/ctors/char/default.cc: Do not call -- 2.30.2