Fix <rdar://problem/10226704>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@141054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c0d0cbad9e
commit
15e48f9239
@ -639,11 +639,6 @@ tie(_Tp&... __t)
|
|||||||
template <class _Up>
|
template <class _Up>
|
||||||
struct __ignore_t
|
struct __ignore_t
|
||||||
{
|
{
|
||||||
_LIBCPP_INLINE_VISIBILITY
|
|
||||||
__ignore_t() {}
|
|
||||||
template <class _Tp>
|
|
||||||
_LIBCPP_INLINE_VISIBILITY
|
|
||||||
__ignore_t(_Tp&&) {}
|
|
||||||
template <class _Tp>
|
template <class _Tp>
|
||||||
_LIBCPP_INLINE_VISIBILITY
|
_LIBCPP_INLINE_VISIBILITY
|
||||||
const __ignore_t& operator=(_Tp&&) const {return *this;}
|
const __ignore_t& operator=(_Tp&&) const {return *this;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user