Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-06-01 01:06:33 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-06-01 01:06:33 +0400
commit8f0cd597f19447440a5267e5d3a760b0af0da061 (patch)
treee9b64c300399d27cf269ba2b1b14ebf3ba1ada34 /libcxx/include/__tuple
parent73e18b7aea515f1889e9485cc8bcbe4c196e5546 (diff)
noexcept for <array>.
llvm-svn: 132359
Diffstat (limited to 'libcxx/include/__tuple')
-rw-r--r--libcxx/include/__tuple6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/include/__tuple b/libcxx/include/__tuple
index b5d80e149c10..a9514c1e36f2 100644
--- a/libcxx/include/__tuple
+++ b/libcxx/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