]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/ChangeLog
Adding noexcept-specification on tuple constructors (LWG 2899)
authorville <ville@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Apr 2019 21:17:50 +0000 (21:17 +0000)
committerville <ville@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Apr 2019 21:17:50 +0000 (21:17 +0000)
commita4360611483d8f318a3a87663a7fe2ce193516dd
tree7b5001b31a96e4245932c185492a8a69709a694f
parentc5beaef0c93b10f92836aadfcaf18cdab6a00abe
Adding noexcept-specification on tuple constructors (LWG 2899)

2019-04-28 Nina Dinka Ranns <dinka.ranns@gmail.com>

* libstdc++-v3/include/std/tuple:
(tuple()): Add noexcept-specification.
(tuple(const _Elements&...)): Likewise
(tuple(_UElements&&...)): Likewise
(tuple(const tuple<_UElements...>&)): Likewise
(tuple(tuple<_UElements...>&&)): Likewise
(tuple(const _T1&, const _T2&)): Likewise
(tuple(_U1&&, _U2&&)): Likewise
(tuple(const tuple<_U1, _U2>&): Likewise
(tuple(tuple<_U1, _U2>&&): Likewise
(tuple(const pair<_U1, _U2>&): Likewise
(tuple(pair<_U1, _U2>&&): Likewise
* libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_specs.cc: New

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270632 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_specs.cc [new file with mode: 0644]