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:
parent
1267ca30d1
commit
0ad9f93083
2 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue