This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r181128 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: redi at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 07 Nov 2011 22:26:17 -0000
- Subject: r181128 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: redi
Date: Mon Nov 7 22:26:15 2011
New Revision: 181128
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181128
Log:
* include/std/mutex (call_once): Store closure in __once_functor
as bound function wrapper might not be copyable.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/mutex