mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04: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>