precice / aste

Artificial Solver Testing Environment
GNU General Public License v3.0
10 stars 11 forks source link

Change boost::filesystem to std::filesystem #160

Closed kursatyurt closed 1 year ago

kursatyurt commented 1 year ago

Main changes of this PR

As a result of bumping to C++17, there is no need to boost::filesystem, instead, STL implementation can be used.

This PR changes filesystem libraries to STL implementation.

Author's checklist