r244022 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Tue Jan 3 13:31:00 GMT 2017
Author: redi
Date: Tue Jan 3 13:31:26 2017
New Revision: 244022
URL: https://gcc.gnu.org/viewcvs?rev=244022&root=gcc&view=rev
Log:
Add deleted std::thread(const thread&&) constructor
PR libstdc++/78956
* include/std/thread (thread(const thread&&)): Add deleted
constructor.
* testsuite/30_threads/thread/cons/lwg2097.cc: New test.
Added:
trunk/libstdc++-v3/testsuite/30_threads/thread/cons/lwg2097.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/thread
More information about the Libstdc++-cvs
mailing list