This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: redi
Date: Sat May 16 10:09:02 2009
New Revision: 147609

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

	* include/std/mutex: Move std::lock_error to ...
	* src/compatibility.cc: Here.
	* src/mutex.cc: Likewise.
	* testsuite/30_threads/headers/mutex/types_std_c++0x.cc: Add checks
	for lock types and remove std::lock_error check.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/mutex
    trunk/libstdc++-v3/src/compatibility.cc
    trunk/libstdc++-v3/src/mutex.cc
    trunk/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]