You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.