Experiment for failing OSX CI

This commit is contained in:
Christian Mazakas
2023-02-01 10:25:50 -08:00
parent e1b394d5b2
commit 18a664c4a6

View File

@ -1394,9 +1394,9 @@ public:
* unconditionally allocates via `type_policy::construct()`.
*/
return emplace_dispatch(
std::is_constructible<
std::is_same<
value_type,
emplace_type<Args...>&&>{},
element_type>{},
std::forward<Args>(args)...);
}