Skip to content

Move from boost::filesystem to std::filesystem

Dan Guest requested to merge dguest/athena:std-fs-test into master

Both boost::filesystem and std::filesystem should be doing about the same thing, we might as use the one in std::.

Merge request reports