diff options
author | Jack Lloyd <[email protected]> | 2019-01-17 09:42:59 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-01-17 09:42:59 -0500 |
commit | aff8cc8a7a5e22e3fedeae7ca82b63d4744ac82c (patch) | |
tree | 9218e48a50aec107b18672dda88e5d8b74984519 /src/lib/entropy | |
parent | dc799b9eb8cb2970541c283dc285f3cd282cb119 (diff) |
Remove use of std::filesystem / boost::filesystem
Boost doesn't buy us anything here since we need to maintain
Win32 and POSIX implementations for non-Boost builds, and Boost
only supports those two APIs anyway.
MSVC's implementation of std::filesystem does not help for similar
reasons, as we have to maintain a Win32 version for MinGW.
Diffstat (limited to 'src/lib/entropy')
0 files changed, 0 insertions, 0 deletions