80efc5073d
PR libstdc++/78956 * include/std/thread (thread(const thread&&)): Add deleted constructor. * testsuite/30_threads/thread/cons/lwg2097.cc: New test. From-SVN: r244022
27 lines
826 B
Plaintext
27 lines
826 B
Plaintext
2017-01-03 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
PR libstdc++/78956
|
||
* include/std/thread (thread(const thread&&)): Add deleted
|
||
constructor.
|
||
* testsuite/30_threads/thread/cons/lwg2097.cc: New test.
|
||
|
||
* doc/xml/manual/spine.xml: Update copyright years.
|
||
* doc/xml/manual/build_hacking.xml: Fix spelling of libbuilddir.
|
||
* doc/xml/manual/test.xml: Likewise.
|
||
* doc/html/*: Regenerate.
|
||
|
||
2017-01-01 Gerald Pfeifer <gerald@pfeifer.com>
|
||
|
||
* doc/xml/faq.xml: Update address of C++ ABI link.
|
||
* doc/xml/manual/abi.xml: Ditto.
|
||
|
||
2017-01-01 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
Update copyright years.
|
||
|
||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|