File tree 2 files changed +5
-0
lines changed
test/libcxx/utilities/utility/pairs/pairs.pair 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 10
10
// This test pins down the ABI of std::pair with respect to being "trivially copyable".
11
11
//
12
12
13
+ // This test doesn't work when the deprecated ABI to turn off pair triviality is enabled.
14
+ // See libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/abi.non_trivial_copy_move.pass.cpp instead.
15
+ // UNSUPPORTED: libcpp-deprecated-abi-disable-pair-trivial-copy-ctor
16
+
13
17
#include < type_traits>
14
18
#include < utility>
15
19
Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ def _mingwSupportsModules(cfg):
352
352
"_LIBCPP_NO_VCRUNTIME" : "libcpp-no-vcruntime" ,
353
353
"_LIBCPP_ABI_VERSION" : "libcpp-abi-version" ,
354
354
"_LIBCPP_ABI_BOUNDED_ITERATORS" : "libcpp-has-abi-bounded-iterators" ,
355
+ "_LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR" : "libcpp-deprecated-abi-disable-pair-trivial-copy-ctor" ,
355
356
"_LIBCPP_HAS_NO_FILESYSTEM" : "no-filesystem" ,
356
357
"_LIBCPP_HAS_NO_RANDOM_DEVICE" : "no-random-device" ,
357
358
"_LIBCPP_HAS_NO_LOCALIZATION" : "no-localization" ,
You can’t perform that action at this time.
0 commit comments