mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 15:37:53 -05:00
fix copy constructor (#1102)
This commit is contained in:
parent
8ecb1c549a
commit
67f59e77fa
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|||
__node_alloc_traits::_S_propagate_on_move_assign()
|
||||
|| __node_alloc_traits::_S_always_equal();
|
||||
_M_move_assign(std::move(__ht),
|
||||
integral_constant<bool, __move_storage>());
|
||||
std::integral_constant<bool, __move_storage>());
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue