Update check used to determine when to move during rehashing to accomodate node-based containers

This commit is contained in:
Christian Mazakas
2023-01-13 15:44:01 -08:00
parent c554c5b1c9
commit 473ed9b88b

View File

@ -1973,7 +1973,7 @@ private:
std::integral_constant< /* std::move_if_noexcept semantics */
bool,
std::is_nothrow_move_constructible<init_type>::value||
std::is_same<element_type,value_type*>::value||
!std::is_same<element_type,value_type>::value||
!std::is_copy_constructible<element_type>::value>{});
}