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
Working on "Use std::filesystem. Remove Boost Filesystem & System" #20744, I found an unfortunate pitfall -- boost/process.hpp depends on boost::filesystem when cross-compiling for Windows. It happens in Guix environment as well.
The goal of this issue is to discuss and find a solution to get rid of boost::filesystem.