Closed MicheleCancilla closed 4 years ago
This PR adds a filesystem.h header file which choose whether to use std::experimental::filesystem or std::filesystem.
std::experimental::filesystem
std::filesystem
ECVL should allow support for compilers with limited C++-17 support, such as GCC-6 and GCC-7.
This PR adds a filesystem.h header file which choose whether to use
std::experimental::filesystem
orstd::filesystem
.ECVL should allow support for compilers with limited C++-17 support, such as GCC-6 and GCC-7.