secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
930 stars 140 forks source link

Replace boost::filesystem with std::filesystem #493

Closed pdschubert closed 2 years ago

pdschubert commented 2 years ago

Please replace boost::filesystem with std::filesystem and make sure that we link against the filesystem library wherever needed. We do have a special CMake variable for the library that accounts for libstdc++ (GCC) and libc++ (Clang).

MMory commented 2 years ago

fixed by #501 and #503