Better support for automatic selection of std/ghc filesystem on macOS in helper files and readme. #78
Labels
available on master
Fix is done on master branch, issue closed on next release
enhancement
New feature or request
macOS
macOS platform is affected
Milestone
Using
__MAC_OS_X_VERSION_MIN_REQUIRED
the header the decision to use std::filesystem or ghc::filesystem can correctly allow use of std::filesystem when deployment target is Catalina or newer, as the __cplusplus and header test are not enough to detect pre-Catalina conditions.The text was updated successfully, but these errors were encountered: