Closed AkbarTheGreat closed 4 years ago
std::filesystem::path is actively unsupported prior to Catalina, which not all of our devs have access to.
To better handle all of this, wrap accesses to std::filesystem::path with a custom path object which can use std::filesystem::path where available.
std::filesystem::path is actively unsupported prior to Catalina, which not all of our devs have access to.
To better handle all of this, wrap accesses to std::filesystem::path with a custom path object which can use std::filesystem::path where available.