C++Builder supports Boost, a common and useful C++ library. Through the GetIt package manager, you can install a build of v1.55 for our Clang compilers, or if you are using the classic compiler, an older version of Boost, v1.39.
Theversion available on GetIt for 10.2 had an issue for non-header-only Boost libraries. Most of Boost is available through headers,but some…