Skip to content

Remove boost

Jean Hertel requested to merge remove_boost into master

This change will drop the requirement to use Boost library and will replace it with the std::filesystem library. Due to this we now require C++17 or higher.

Merge request reports