summaryrefslogtreecommitdiffstats
path: root/include/__tuple
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-05-31 21:06:33 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-05-31 21:06:33 +0000
commitf0562af9ddb12e1fd1685b202988b2409549ad01 (patch)
tree4025fbb3ebe4109cb6592387b7b4c98ad42107c4 /include/__tuple
parent20eda8b5633dc72b0ea4f3ae7a2956b50dbcdb7b (diff)
downloadexternal_libcxx-f0562af9ddb12e1fd1685b202988b2409549ad01.tar.gz
external_libcxx-f0562af9ddb12e1fd1685b202988b2409549ad01.tar.bz2
external_libcxx-f0562af9ddb12e1fd1685b202988b2409549ad01.zip
noexcept for <array>.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/__tuple')
-rw-r--r--include/__tuple6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/__tuple b/include/__tuple
index b5d80e149..a9514c1e3 100644
--- a/include/__tuple
+++ b/include/__tuple
@@ -102,15 +102,15 @@ get(pair<_T1, _T2>&&) _NOEXCEPT;
template <size_t _Ip, class _Tp, size_t _Size>
_Tp&
-get(array<_Tp, _Size>&);
+get(array<_Tp, _Size>&) _NOEXCEPT;
template <size_t _Ip, class _Tp, size_t _Size>
const _Tp&
-get(const array<_Tp, _Size>&);
+get(const array<_Tp, _Size>&) _NOEXCEPT;
template <size_t _Ip, class _Tp, size_t _Size>
_Tp&&
-get(array<_Tp, _Size>&&);
+get(array<_Tp, _Size>&&) _NOEXCEPT;
// __make_tuple_indices