This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r144023 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: cfairles at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 09 Feb 2009 00:13:48 -0000
- Subject: r144023 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: cfairles
Date: Mon Feb 9 00:13:47 2009
New Revision: 144023
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144023
Log:
2009-02-08 Chris Fairles <cfairles@gcc.gnu.org>
* include/std/thread (thread<>::thread(_Callable)): Explicitly use
_Callable as template argument for _M_make_shared_data.
* testsuite/30_threads/thread/cons/6.cc: New.
* testsuite/30_threads/thread/cons/7.cc: New.
* testsuite/30_threads/thread/cons/8.cc: New.
Added:
trunk/libstdc++-v3/testsuite/30_threads/thread/cons/6.cc
trunk/libstdc++-v3/testsuite/30_threads/thread/cons/7.cc
trunk/libstdc++-v3/testsuite/30_threads/thread/cons/8.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/thread