From 15e48f92394ac3ff8bdf5d069f83816eb17f0600 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 4 Oct 2011 01:25:20 +0000 Subject: [PATCH] Fix git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@141054 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/tuple | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/tuple b/include/tuple index 66a0c914..b3c5c92e 100644 --- a/include/tuple +++ b/include/tuple @@ -639,11 +639,6 @@ tie(_Tp&... __t) template struct __ignore_t { - _LIBCPP_INLINE_VISIBILITY - __ignore_t() {} - template - _LIBCPP_INLINE_VISIBILITY - __ignore_t(_Tp&&) {} template _LIBCPP_INLINE_VISIBILITY const __ignore_t& operator=(_Tp&&) const {return *this;}