Add deleted std::thread(const thread&&) constructor
[gcc.git] / libstdc++-v3 / ChangeLog
1 2017-01-03 Jonathan Wakely <jwakely@redhat.com>
2
3 PR libstdc++/78956
4 * include/std/thread (thread(const thread&&)): Add deleted
5 constructor.
6 * testsuite/30_threads/thread/cons/lwg2097.cc: New test.
7
8 * doc/xml/manual/spine.xml: Update copyright years.
9 * doc/xml/manual/build_hacking.xml: Fix spelling of libbuilddir.
10 * doc/xml/manual/test.xml: Likewise.
11 * doc/html/*: Regenerate.
12
13 2017-01-01 Gerald Pfeifer <gerald@pfeifer.com>
14
15 * doc/xml/faq.xml: Update address of C++ ABI link.
16 * doc/xml/manual/abi.xml: Ditto.
17
18 2017-01-01 Jakub Jelinek <jakub@redhat.com>
19
20 Update copyright years.
21 \f
22 Copyright (C) 2017 Free Software Foundation, Inc.
23
24 Copying and distribution of this file, with or without modification,
25 are permitted in any medium without royalty provided the copyright
26 notice and this notice are preserved.