From: Jonathan Wakely Date: Mon, 12 Nov 2012 23:00:41 +0000 (+0000) Subject: future (atomic_future): Remove declaration of non-standard name. X-Git-Tag: releases/gcc-4.8.0~2053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ad9f93083f82cf22273cc414b11dc92b90e764f;p=thirdparty%2Fgcc.git future (atomic_future): Remove declaration of non-standard name. * include/std/future (atomic_future): Remove declaration of non-standard name. From-SVN: r193457 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 391e5d9010cd..d93b7e61a2cb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-11-12 Jonathan Wakely + + * include/std/future (atomic_future): Remove declaration of + non-standard name. + 2012-11-11 Jason Merrill * include/std/complex (real, imag): Add ABI tag in C++11 mode. diff --git a/libstdc++-v3/include/std/future b/libstdc++-v3/include/std/future index 7f71dde5d556..dd1a86b4d7b4 100644 --- a/libstdc++-v3/include/std/future +++ b/libstdc++-v3/include/std/future @@ -115,9 +115,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION template class shared_future; - template - class atomic_future; - template class packaged_task;