Skip to content

Commit 67f59e7

Browse files
authored
fix copy constructor (#1102)
1 parent 8ecb1c5 commit 67f59e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/include/Geode/c++stl/gnustl/hashtable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
450450
__node_alloc_traits::_S_propagate_on_move_assign()
451451
|| __node_alloc_traits::_S_always_equal();
452452
_M_move_assign(std::move(__ht),
453-
integral_constant<bool, __move_storage>());
453+
std::integral_constant<bool, __move_storage>());
454454
return *this;
455455
}
456456

0 commit comments

Comments
 (0)