mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Update check used to determine when to move during rehashing to accomodate node-based containers
This commit is contained in:
@ -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>{});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user