Add noexcept to std::shared_future copy operations (LWG DR 2799)
commitcb6741eedb7acbedd0757091c7597a520c21225d
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Nov 2017 14:39:41 +0000 (16 14:39 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Nov 2017 14:39:41 +0000 (16 14:39 +0000)
treead174929ebcf1f2b4c8dc62278644e29b5ab8e6a
parent48570d58d4f892675d1f0939caff6083cf93b011
Add noexcept to std::shared_future copy operations (LWG DR 2799)

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254821 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/future