summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-06 20:51:52 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-06 20:51:52 +0000
commitebfcc9277088b7ea40a2006dec21649a968b4c6b (patch)
tree6c81f57266e3aebe978a5518b32d5b2370a8003d /libstdc++-v3/src
parent70102d084e01d9e1e73bafbaba211d426798c526 (diff)
downloadgcc-ebfcc9277088b7ea40a2006dec21649a968b4c6b.tar.gz
PR libstdc++/52128
* src/c++11/future.cc: Add explicit instantiation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183942 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/src')
-rw-r--r--libstdc++-v3/src/c++11/future.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/src/c++11/future.cc b/libstdc++-v3/src/c++11/future.cc
index 61a9729a133..a4881397523 100644
--- a/libstdc++-v3/src/c++11/future.cc
+++ b/libstdc++-v3/src/c++11/future.cc
@@ -90,6 +90,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
// Explicit instantiation due to -fno-implicit-instantiation.
template void call_once(once_flag&, void (thread::*&&)(), reference_wrapper<thread>&&);
+ template _Bind_simple_helper<void (thread::*)(), reference_wrapper<thread>>::__type __bind_simple(void (thread::*&&)(), reference_wrapper<thread>&&);
#endif
#endif