Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR=0 for __APPLE__, no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@195796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
061d0cc4db
commit
92b327712b
@ -569,12 +569,6 @@ template <unsigned> struct __static_assert_check {};
|
|||||||
#define _LIBCPP_WCTYPE_IS_MASK
|
#define _LIBCPP_WCTYPE_IS_MASK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
|
||||||
#ifndef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
|
|
||||||
# define _LIBCPP_TRIVIAL_PAIR_COPY_CTOR 0
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
|
#ifndef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
|
||||||
# define _LIBCPP_TRIVIAL_PAIR_COPY_CTOR 1
|
# define _LIBCPP_TRIVIAL_PAIR_COPY_CTOR 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user