Chris Sauer aaaf381d9d Improvements to preprocessor conditions for falling back to std::filesystem
- Supports more Apple platforms, including future ones, which will always support std::filesystem, like with visionOS
- Simplifies cases.  Undefined preprocessor values are guaranteed to default evaluate to 0
- Moves <Availability.h> include inside conditional, avoiding the include where not needed.
- Removes reference to wchar for std headers on windows, which seemed to be out of date, since the define it might have been referring to was commented
- (And some other small things.)
2023-07-26 21:26:33 -07:00
..
filesystem.hpp head version bumped to wip version 2023-05-18 10:39:25 +02:00
fs_fwd.hpp Version Bump to v1.3.0, switch to MIT license 2020-02-08 18:22:37 +01:00
fs_impl.hpp Version Bump to v1.3.0, switch to MIT license 2020-02-08 18:22:37 +01:00
fs_std_fwd.hpp Improvements to preprocessor conditions for falling back to std::filesystem 2023-07-26 21:26:33 -07:00
fs_std_impl.hpp Improvements to preprocessor conditions for falling back to std::filesystem 2023-07-26 21:26:33 -07:00
fs_std.hpp Improvements to preprocessor conditions for falling back to std::filesystem 2023-07-26 21:26:33 -07:00