diff --git a/libcxx/include/__config b/libcxx/include/__config index 45727e8a14b5..0109350d265c 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -164,7 +164,7 @@ # endif // Feature macros for disabling pre ABI v1 features. All of these options // are deprecated. -# if defined(__FreeBSD__) +# if defined(__FreeBSD__) && __FreeBSD__ < 14 # define _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR # endif // For XCOFF linkers, we have problems if we see a weak hidden version of a symbol