Is your feature request related to a problem? Please describe.
This is a header-only library therefore it is usually built with the warning level of the project which includes it. With some additional warnings enabled the filesystem.hpp does not compile cleanly.
Describe the solution you'd like
Build the project with -Wconversion -Wsign-conversion -Wpedantic and fix the reported warnings.
Is your feature request related to a problem? Please describe.
This is a header-only library therefore it is usually built with the warning level of the project which includes it. With some additional warnings enabled the
filesystem.hppdoes not compile cleanly.Describe the solution you'd like
Build the project with
-Wconversion -Wsign-conversion -Wpedanticand fix the reported warnings.