mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-27 05:43:37 +00:00
Add HasValueType concept to prevent compilation errors when using raw pointers like const char* with Open() templates. The templates now only participate in overload resolution for types that have a value_type member (e.g., std::string, std::filesystem::path). Fixes C2039 and C2651 errors on Windows builds. Signed-off-by: Zephyron <zephyron@citron-emu.org>