Skip to content

Commit

Permalink
[libc++] Remove transitional #error message
Browse files Browse the repository at this point in the history
It's been more than 4 years now, so anyone that was defining
_LIBCPP_TRIVIAL_PAIR_COPY_CTOR has had ample time to see that
error and fix their code.
  • Loading branch information
ldionne committed Nov 16, 2020
1 parent bf6ed35 commit f1cf6b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libcxx/include/__config
Expand Up @@ -125,11 +125,6 @@
# endif
#endif

#ifdef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
#error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
use _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
#endif

#if defined(_LIBCPP_BUILDING_LIBRARY) || defined(_LIBCPP_ABI_UNSTABLE) || _LIBCPP_ABI_VERSION >= 2
// Enable additional explicit instantiations of iostreams components. This
// reduces the number of weak definitions generated in programs that use
Expand Down

0 comments on commit f1cf6b4

Please sign in to comment.