diff options
author | Howard Hinnant <hhinnant@apple.com> | 2013-11-27 00:53:02 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2013-11-27 00:53:02 +0000 |
commit | 6ef2bb02f5ac76a90ae2d35438d06a1e3f604beb (patch) | |
tree | 0833be115a57bdcc27c0b1e1defe1a3b4fcabe42 | |
parent | 57b4da5874cbcf956b05af6159bef258cd7203d7 (diff) | |
download | bcm5719-llvm-6ef2bb02f5ac76a90ae2d35438d06a1e3f604beb.tar.gz bcm5719-llvm-6ef2bb02f5ac76a90ae2d35438d06a1e3f604beb.zip |
Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR=0 for __APPLE__, no longer needed.
llvm-svn: 195796
-rw-r--r-- | libcxx/include/__config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index 45207392d0c..6a0c4161469 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -569,12 +569,6 @@ template <unsigned> struct __static_assert_check {}; #define _LIBCPP_WCTYPE_IS_MASK #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 # define _LIBCPP_TRIVIAL_PAIR_COPY_CTOR 1 #endif |