forked from boostorg/unordered
Revert OSX CI experiment as it breaks emplace_tests
This commit is contained in:
@ -1394,9 +1394,9 @@ public:
|
|||||||
* unconditionally allocates via `type_policy::construct()`.
|
* unconditionally allocates via `type_policy::construct()`.
|
||||||
*/
|
*/
|
||||||
return emplace_dispatch(
|
return emplace_dispatch(
|
||||||
std::is_same<
|
std::is_constructible<
|
||||||
value_type,
|
value_type,
|
||||||
element_type>{},
|
emplace_type<Args...>&&>{},
|
||||||
std::forward<Args>(args)...);
|
std::forward<Args>(args)...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user