Closed Cestlaviez closed 6 years ago
Hi,
if you use the experimental/filesystem
header, then you need to use the std::experimental::filesystem
namespace as well (iirc).
The C++17 filesystem library (non-experimental) should be available with libstd++ 8 or newer (shipped with GCC 8) or libc++ 7 or newer.
I have used the std::experimental::filesystem
, it didn't work.
But after I upgraded GCC to version 8, it succeeded.
Thanks.
Ok, I have updated the README that a recent GCC version is required.
When I tried to build the ABY framework, these errors occurred.
Then I tried to change
filesystem
intoexperimental/filesystem
, but it didn't work.