mirror of
https://github.com/boostorg/filesystem.git
synced 2026-07-24 13:37:52 +00:00
d8eca47d05
Because Boost.System has switched to define BOOST_POSIX_API on Cygwin[1], Boost.Filesystem now defines its own set of macros for platform API selection. At this time, we preserve the previous behavior, where Cygwin is treated as Windows. [1]: https://github.com/boostorg/system/pull/137