Commit 2caa135a by Jonathan Wakely Committed by Jonathan Wakely

re PR libstdc++/52128 (r183788 caused massive libstdc++ testsuite regression on i686-linux)

	PR libstdc++/52128
	* src/c++11/future.cc: Add explicit instantiation.

From-SVN: r183942
parent 74345dec
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> 2012-02-06 François Dumont <fdumont@gcc.gnu.org>
* include/debug/safe_iterator.h * include/debug/safe_iterator.h
......
...@@ -90,6 +90,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -90,6 +90,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
// Explicit instantiation due to -fno-implicit-instantiation. // Explicit instantiation due to -fno-implicit-instantiation.
template void call_once(once_flag&, void (thread::*&&)(), reference_wrapper<thread>&&); 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
#endif #endif
......
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