mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
works for me imo
This commit is contained in:
parent
4f6492da08
commit
84a73f11ab
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <clocale>
|
||||
|
||||
// only windows seems to properly implement std::hash on std::filesystem::path
|
||||
#ifndef GEODE_IS_WINDOWS
|
||||
#ifdef GEODE_IS_ANDROID
|
||||
template <>
|
||||
struct std::hash<std::filesystem::path> {
|
||||
std::size_t operator()(std::filesystem::path const& path) const noexcept {
|
||||
|
|
Loading…
Add table
Reference in a new issue