Open bkietz opened 6 months ago
I like it but note that we need to add additional -lstdc++fs
/-lc++fs
when we use old g++
/clang++
.
See also: #40855
Hello, I am very interested in this project and would like to try to solve this issue. Can you assign the issue to me?
Done.
Describe the enhancement requested
At C++17, we should be able to remove boost::filesystem in favor of the equivalent functionality provided by the STL. This will be beneficial as we continue to whittle down our dependence on boost.
Component(s)
C++