Skip to content

Commit

Permalink
fix copy constructor (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter authored Oct 2, 2024
1 parent 8ecb1c5 commit 67f59e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/include/Geode/c++stl/gnustl/hashtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 67f59e7

Please sign in to comment.