commit | 1e31e53fe19c87b99480c36f7ca0c92ee7c4d696 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Tue Oct 04 01:25:20 2011 |
committer | Howard Hinnant <[email protected]> | Tue Oct 04 01:25:20 2011 |
tree | e8fbad9f18ebe3bc609607c62764ad9d7ae0b9a5 | |
parent | 672831dec7504b0183c0e0fd93b7b32d5da3982c [diff] |
Fix <rdar://problem/10226704> llvm-svn: 141054
diff --git a/libcxx/include/tuple b/libcxx/include/tuple index 66a0c91..b3c5c92 100644 --- a/libcxx/include/tuple +++ b/libcxx/include/tuple
@@ -639,11 +639,6 @@ template <class _Up> struct __ignore_t { - _LIBCPP_INLINE_VISIBILITY - __ignore_t() {} - template <class _Tp> - _LIBCPP_INLINE_VISIBILITY - __ignore_t(_Tp&&) {} template <class _Tp> _LIBCPP_INLINE_VISIBILITY const __ignore_t& operator=(_Tp&&) const {return *this;}