Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
Prev Up HomeNext

Prerequisites

Outcome is a header-only C++ 14 library known to work well on the latest point releases of these compiler-platform combinations or better:

It is worth turning on C++ 17 if you can, as there are many usability and performance improvements. If your compiler implements the Concepts TS, it is worth turning support on. Support is automatically detected and used.

Partially working compilers (this was last updated January 2019):


“C++ 14” compilers which do not work, and will not work until their maintainers fix them:

Last revised: June 20, 2019 at 22:20:02 +0100


Prev Up HomeNext