Notes from cppreference
Using this library may require additional compiler/linker options. GNU implementation requires linking with -lstdc++fs and LLVM implementation requires linking with -lc++fs
CMakeLists.txt and wfind.hpp in wfind needs to be reconfigured to maximize compatibility with compiler. (Excluding the bug in gcc 8.1.0 on Windows)
Notes from cppreference
CMakeLists.txtandwfind.hppinwfindneeds to be reconfigured to maximize compatibility with compiler. (Excluding the bug in gcc 8.1.0 on Windows)