Skip to content

Commit f1cf6b4

Browse files
committed
[libc++] Remove transitional #error message
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.
1 parent bf6ed35 commit f1cf6b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxx/include/__config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@
125125
# endif
126126
#endif
127127

128-
#ifdef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
129-
#error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
130-
use _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
131-
#endif
132-
133128
#if defined(_LIBCPP_BUILDING_LIBRARY) || defined(_LIBCPP_ABI_UNSTABLE) || _LIBCPP_ABI_VERSION >= 2
134129
// Enable additional explicit instantiations of iostreams components. This
135130
// reduces the number of weak definitions generated in programs that use

0 commit comments

Comments
 (0)