AkbarTheGreat / cszb-scoreboard

Free scoreboard for competitive improv matches
Apache License 2.0
3 stars 0 forks source link

Fix filesystem::path for use in OSX #27

Closed AkbarTheGreat closed 4 years ago

AkbarTheGreat commented 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.