[cfe-commits] [libcxx] r141054 - /libcxx/trunk/include/tuple
Howard Hinnant
hhinnant at apple.com
Mon Oct 3 18:25:21 PDT 2011
Author: hhinnant
Date: Mon Oct 3 20:25:20 2011
New Revision: 141054
URL: http://llvm.org/viewvc/llvm-project?rev=141054&view=rev
Log:
Fix <rdar://problem/10226704>
Modified:
libcxx/trunk/include/tuple
Modified: libcxx/trunk/include/tuple
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/tuple?rev=141054&r1=141053&r2=141054&view=diff
==============================================================================
--- libcxx/trunk/include/tuple (original)
+++ libcxx/trunk/include/tuple Mon Oct 3 20:25:20 2011
@@ -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;}
More information about the cfe-commits
mailing list