mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
fix xhash yet again wow yay cool you can compile again
This commit is contained in:
parent
3e03978b1e
commit
43f646164f
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue