r263422 - in /branches/gcc-6-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Aug 8 15:40:00 GMT 2018


Author: redi
Date: Wed Aug  8 15:40:51 2018
New Revision: 263422

URL: https://gcc.gnu.org/viewcvs?rev=263422&root=gcc&view=rev
Log:
Add noexcept to std::shared_future copy operations (LWG DR 2799)

Backport from mainline
2017-11-16  Jonathan Wakely  <jwakely@redhat.com>

	* include/std/future (shared_future): Add noexcept to copy constructor
	and copy-assignment operator (LWG 2799).

Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/include/std/future



More information about the Libstdc++-cvs mailing list