mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 08:26:04 +08:00
Fix std::move -> etl::move
This commit is contained in:
parent
4b580906b1
commit
4901f75f5e
@ -512,7 +512,7 @@ namespace etl
|
||||
{
|
||||
if (this != &other)
|
||||
{
|
||||
intrusive_avl_tree_base tmp(std::move(other));
|
||||
intrusive_avl_tree_base tmp(etl::move(other));
|
||||
swap(tmp);
|
||||
}
|
||||
return *this;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user