mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
boost::filesystem -> std::filesystem
This commit is contained in:
parent
046c9571da
commit
a0a97eeb1b
@ -25,8 +25,7 @@
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <filesystem>
|
||||
|
||||
#include <folly/Conv.h>
|
||||
|
||||
@ -429,7 +428,7 @@ int option_hdl(void* data, const char* arg, int key,
|
||||
return 1;
|
||||
}
|
||||
|
||||
opts->fsimage = boost::filesystem::canonical(arg).native();
|
||||
opts->fsimage = std::filesystem::canonical(arg).native();
|
||||
|
||||
return 0;
|
||||
|
||||
|
@ -41,7 +41,6 @@
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/any.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/program_options.hpp>
|
||||
|
||||
#include <folly/Conv.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user