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/utils/boost | |
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/utils/boost')
-rw-r--r-- | src/lib/utils/boost/info.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/utils/boost/info.txt b/src/lib/utils/boost/info.txt index d54421147..6330cbafd 100644 --- a/src/lib/utils/boost/info.txt +++ b/src/lib/utils/boost/info.txt @@ -1,10 +1,9 @@ <defines> -BOOST_FILESYSTEM -> 20131228 BOOST_ASIO -> 20131228 </defines> load_on vendor <libs> -all -> boost_system,boost_filesystem +all -> boost_system </libs> |