This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r139986 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 04 Sep 2008 14:35:55 -0000
- Subject: r139986 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: paolo
Date: Thu Sep 4 14:35:54 2008
New Revision: 139986
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139986
Log:
2008-09-04 Chris Fairles <chris.fairles@gmail.com>
* include/std/mutex (once_flag): Construct __gthread_once_t in a
temporary variable before assigning to _M_once to avoid initialization
errors.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/mutex