r174374 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Sat May 28 00:24:00 GMT 2011


Author: redi
Date: Sat May 28 00:24:11 2011
New Revision: 174374

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174374
Log:
2011-05-28  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/std/future (launch): Update enumerators and define
	operators required for bitmask type. Remove trailing whitespace.
	* src/future.cc: Remove trailing whitespace.
	* testsuite/30_threads/async/any.cc: Adjust.
	* testsuite/30_threads/async/sync.cc: Adjust.
	* testsuite/30_threads/async/launch.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/30_threads/async/launch.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/future
    trunk/libstdc++-v3/src/future.cc
    trunk/libstdc++-v3/testsuite/30_threads/async/any.cc
    trunk/libstdc++-v3/testsuite/30_threads/async/sync.cc



More information about the Libstdc++-cvs mailing list