Boost.Process is a wonderful library but existed for longer than C++17 compilers have and as such, its API is polluted with boost::filesystem::path. This causes an awkward disconnect when being used in C++17 projects.
This issue aims to start a discussion addressing this issue and the best path forward for giving C++17 users a way of using std::filesytem::path.