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 f275d2b commit 962492dCopy full SHA for 962492d
libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.pass.cpp
@@ -226,7 +226,9 @@ constexpr bool test() {
226
227
#ifdef _LIBCPP_VERSION
228
// These types should be implicit-lifetime, but they are not guaranteed to be so.
229
+# ifndef _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR
230
test_is_implicit_lifetime<std::pair<int, float>>();
231
+# endif
232
test_is_implicit_lifetime<std::tuple<int, float>>();
233
#endif
234
0 commit comments