Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

Converting from Boost to std::filesystem

$
0
0

Converting Boost to std::filesystem

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.

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles