As you may know std::filesystem
evolved directly from Boost filesystem library. For a long time, it was available as a Technical Specification and later merged into C++17. Developers who used Boost can ask themselves what the differences between the two libs are. Can the code be easily converted to use std::filesystem
? Today’s article is written by Scott Furry who writes about the differences he found when working with the two libs.
↧
Converting from Boost to std::filesystem
↧