r189273 - in /branches/gcc-4_7-branch/libstdc++...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Jul 5 00:19:00 GMT 2012


Author: redi
Date: Thu Jul  5 00:19:36 2012
New Revision: 189273

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189273
Log:
	PR libstdc++/53830
	* include/std/condition_variable (condition_variable_any::wait):
	Move _Unlock type to class scope.
	(condition_variable_any::wait_until): Reuse it.
	* testsuite/30_threads/condition_variable_any/53830.cc: New.

Added:
    branches/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
Modified:
    branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_7-branch/libstdc++-v3/include/std/condition_variable



More information about the Libstdc++-cvs mailing list