-
Notifications
You must be signed in to change notification settings - Fork 1
File system linking #13
Copy link
Copy link
Open
Labels
Description
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)
Reactions are currently unavailable