OSDN Git Service

* include/std/future (atomic_future): Remove declaration of
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Nov 2012 23:56:22 +0000 (23:56 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Nov 2012 23:56:22 +0000 (23:56 +0000)
non-standard name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@193460 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/future

index 67582e6..f2a9411 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-12  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * include/std/future (atomic_future): Remove declaration of
+       non-standard name.
+
 2012-11-08  François Dumont  <fdumont@gcc.gnu.org>
 
        PR libstdc++/54075
index 22fd36a..98c7b84 100644 (file)
@@ -113,9 +113,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
   template<typename _Res>
     class shared_future;
 
-  template<typename _Res>
-    class atomic_future;
-
   template<typename _Signature>
     class packaged_task;