Skip to content

Commit

Permalink
Fix gd::set probably (#1207)
Browse files Browse the repository at this point in the history
* Try to fix gd::set

* Fix algobase
  • Loading branch information
hiimjasmine00 authored Jan 11, 2025
1 parent 0b61b50 commit b5034ee
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 15 deletions.
2 changes: 1 addition & 1 deletion loader/include/Geode/c++stl/gnustl/stl_algobase.h
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
typename iterator_traits<_ForwardIterator>::value_type, _Tp>)
__glibcxx_requires_partitioned_lower(__first, __last, __val);

return std::__lower_bound(__first, __last, __val,
return geode::stl::__lower_bound(__first, __last, __val,
__gnu_cxx::__ops::__iter_less_val());
}

Expand Down
Loading

0 comments on commit b5034ee

Please sign in to comment.