Merge branch 'develop' of https://github.com/tsnorri/container into tsnorri-develop

This commit is contained in:
Ion Gaztañaga
2017-03-28 13:33:42 +02:00

View File

@@ -323,7 +323,7 @@ class node_handle
if(was_nh_non_null){ if(was_nh_non_null){
if(was_this_non_null){ if(was_this_non_null){
if(ator_traits::propagate_on_container_swap){ if(ator_traits::propagate_on_container_swap::value){
::boost::adl_move_swap(this->node_alloc(), nh.node_alloc()); ::boost::adl_move_swap(this->node_alloc(), nh.node_alloc());
} }
} }