The series continue.
How C++17 Benefits from Boost Libraries, Part Two
by Bartlomiej Filipek
From the article:
As you know, Boost libraries give us a vast set of handy algorithms, types and features that we don’t have in the Standard Library. Many functionalities were “ported” into core C++. For example, in C++11 we got std::regex, threading and smart pointers..
Add a Comment
Comments are closed.