gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better support for automatic selection of std/ghc filesystem on macOS in helper files and readme.

gulrak opened this issue · comments

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.

Released with v1.3.8