* 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
+2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
+
+ PR libstdc++/52128
+ * src/c++11/future.cc: Add explicit instantiation.
+
2012-02-06 François Dumont <fdumont@gcc.gnu.org>
* include/debug/safe_iterator.h
// 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