We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6ed35 commit f1cf6b4Copy full SHA for f1cf6b4
libcxx/include/__config
@@ -125,11 +125,6 @@
125
# endif
126
#endif
127
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
-
133
#if defined(_LIBCPP_BUILDING_LIBRARY) || defined(_LIBCPP_ABI_UNSTABLE) || _LIBCPP_ABI_VERSION >= 2
134
// Enable additional explicit instantiations of iostreams components. This
135
// reduces the number of weak definitions generated in programs that use
0 commit comments