]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/30_threads/thread/cons/6.cc
thread (thread<>::thread(_Callable)): Explicitly use _Callable as template argument...
authorChris Fairles <cfairles@gcc.gnu.org>
Mon, 9 Feb 2009 00:13:47 +0000 (00:13 +0000)
committerChris Fairles <cfairles@gcc.gnu.org>
Mon, 9 Feb 2009 00:13:47 +0000 (00:13 +0000)
commitb47f0044ab61a5995966a5af9d65da24d4490627
treea3c8c19d13e3f5132ebff7905f0d2eaf8f965e7a
parent9a58d4d27c50e04b08d5e5d9f39da489403f0987
thread (thread<>::thread(_Callable)): Explicitly use _Callable as template argument for _M_make_shared_data.

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.

From-SVN: r144023
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/thread
libstdc++-v3/testsuite/30_threads/thread/cons/6.cc [new file with mode: 0644]
libstdc++-v3/testsuite/30_threads/thread/cons/7.cc [new file with mode: 0644]
libstdc++-v3/testsuite/30_threads/thread/cons/8.cc [new file with mode: 0644]