geode-sdk / geode

The ultimate Geometry Dash modding framework
https://geode-sdk.org/
Boost Software License 1.0
760 stars 131 forks source link

fix gd::umap/uset copy constructor for gnustl #1102

Closed Prevter closed 1 month ago

Prevter commented 1 month ago

integral_constant wasn't defined, so using one from std fixes it. it should be exactly the same across different standard libraries, so no problems there.