This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r197020 - in /branches/gcc-4_8-branch/libstdc++...
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: Sun, 24 Mar 2013 17:50:44 -0000
- Subject: r197020 - in /branches/gcc-4_8-branch/libstdc++...
Author: redi
Date: Sun Mar 24 17:50:44 2013
New Revision: 197020
URL: http://gcc.gnu.org/viewcvs?rev=197020&root=gcc&view=rev
Log:
PR libstdc++/56002
* include/std/mutex (lock_guard, unique_lock, lock): Define without
depending on _GLIBCXX_HAS_GTHREADS.
* testsuite/30_threads/lock_guard/cons/1.cc: Run on all targets.
Modified:
branches/gcc-4_8-branch/libstdc++-v3/ChangeLog
branches/gcc-4_8-branch/libstdc++-v3/include/std/mutex
branches/gcc-4_8-branch/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc