fix xhash yet again wow yay cool you can compile again

This commit is contained in:
dankmeme01 2024-05-28 07:31:10 +02:00
parent 3e03978b1e
commit 43f646164f
3 changed files with 6 additions and 3 deletions
loader/include/Geode/c++stl/msvc

View file

@ -553,7 +553,8 @@ _NODISCARD bool operator!=(const unordered_map<_Kty, _Ty, _Hasher, _Keyeq, _Allo
}
#endif // !_HAS_CXX20
_STD_END
} // namespace geode::stl
#pragma pop_macro("new")
_STL_RESTORE_CLANG_WARNINGS
#pragma warning(pop)

View file

@ -408,7 +408,8 @@ _NODISCARD bool operator!=(const unordered_set<_Kty, _Hasher, _Keyeq, _Alloc>& _
}
#endif // !_HAS_CXX20
_STD_END
} // namespace geode::stl
#pragma pop_macro("new")
_STL_RESTORE_CLANG_WARNINGS
#pragma warning(pop)

View file

@ -1796,7 +1796,8 @@ _NODISCARD bool _Hash_equal(const _Hash<_Traits>& _Left, const _Hash<_Traits>& _
return true;
}
_STD_END
} // namespace geode::stl
#pragma pop_macro("new")
_STL_RESTORE_CLANG_WARNINGS