future (atomic_future): Remove declaration of non-standard name.

* include/std/future (atomic_future): Remove declaration of
	non-standard name.

From-SVN: r193457
This commit is contained in:
Jonathan Wakely 2012-11-12 23:00:41 +00:00 committed by Jonathan Wakely
parent 1267ca30d1
commit 0ad9f93083
2 changed files with 5 additions and 3 deletions

View 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-11 Jason Merrill <jason@redhat.com>
* include/std/complex (real, imag): Add ABI tag in C++11 mode.

View File

@ -115,9 +115,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
template<typename _Res>
class shared_future;
template<typename _Res>
class atomic_future;
template<typename _Signature>
class packaged_task;