Add deleted std::thread(const thread&&) constructor
authorJonathan Wakely <jwakely@redhat.com>
Tue, 3 Jan 2017 13:31:26 +0000 (13:31 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 3 Jan 2017 13:31:26 +0000 (13:31 +0000)
commit80efc5073d4f76471cc7fdc41e2a33a213a86baf
treeab2aa78abb51e189987abc49522c5b154f82d00c
parentf61581f7a097be6c866c5cecf30d8c9569eac3c1
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.

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