r183920 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Sun Feb 5 23:55:00 GMT 2012
Author: redi
Date: Sun Feb 5 23:55:51 2012
New Revision: 183920
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183920
Log:
PR libstdc++/52104
* include/std/future (__future_base::_Async_state_common): Define
destructor inline for targets without TLS.
* src/c++11/future.cc (__future_base::_Async_state_common): Only
define destructor for TLS targets.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/future
trunk/libstdc++-v3/src/c++11/future.cc
More information about the Gcc-cvs
mailing list