From 5939295bd8e68bbad754610a38553eddc5d0f9f2 Mon Sep 17 00:00:00 2001 From: redi Date: Fri, 7 May 2010 01:05:38 +0000 Subject: [PATCH] 2010-05-07 Jonathan Wakely * libsupc++/exception_ptr.h (make_exception_ptr): Add. * testsuite/18_support/exception_ptr/make_exception_ptr.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159144 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 652e5891538..61294340d35 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2010-05-07 Jonathan Wakely + + * libsupc++/exception_ptr.h (make_exception_ptr): Add. + * testsuite/18_support/exception_ptr/make_exception_ptr.cc: New. + 2010-05-06 Jason Merrill * config/abi/pre/gnu.ver: Move decltype(nullptr) into CXXABI_1.3.5. -- 2.11.0