works for me imo

This commit is contained in:
qimiko 2024-06-04 04:20:35 -07:00
parent 4f6492da08
commit 84a73f11ab
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -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 {