Commit 0ad9f930 by Jonathan Wakely Committed by Jonathan Wakely

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

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

From-SVN: r193457
parent 1267ca30
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> 2012-11-11 Jason Merrill <jason@redhat.com>
* include/std/complex (real, imag): Add ABI tag in C++11 mode. * include/std/complex (real, imag): Add ABI tag in C++11 mode.
......
...@@ -115,9 +115,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -115,9 +115,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
template<typename _Res> template<typename _Res>
class shared_future; class shared_future;
template<typename _Res>
class atomic_future;
template<typename _Signature> template<typename _Signature>
class packaged_task; class packaged_task;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment