]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add noexcept to std::shared_future copy operations (LWG DR 2799)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 8 Aug 2018 15:40:51 +0000 (16:40 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 8 Aug 2018 15:40:51 +0000 (16:40 +0100)
commit12dabb45c7315f02f2cad94bda1eaef8cb752bb0
tree72a584af7a479220a379a01f068d20c2cdfd586f
parentfffabf109643193c1170758a0ae8147c8435fc7c
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).

From-SVN: r263422
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/future