This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r183920 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: redi at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Sun, 05 Feb 2012 23:55:52 -0000
- Subject: r183920 - in /trunk/libstdc++-v3: ChangeLog inc...
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