Boost (C++ libraries)
| Boost C++ Libraries | |
|---|---|
| Developer | Boost.org |
| Initial release | September 1, 1999 |
| Stable release | 1.90.0
/ 10 December 2025 |
| Written in | C++ |
| Operating system | Cross-platform |
| Type | Libraries |
| License | Boost Software License |
| Website | www |
| Repository | |
| This article is part of a series on the C++ programming language |
The Boost C++ Libraries (also known simply as Boost) are a set of libraries for the C++ programming language that provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. It currently contains 170 individual libraries.
All of the Boost libraries are licensed under the Boost Software License, designed to allow Boost to be used with both free and proprietary software projects. Boost is used complementary with the C++ Standard Library to supplement its features. Many of Boost's founders are on the C++ standards committee, and several Boost libraries have been accepted for incorporation into the C++ Technical Report 1, the C++11 standard (e.g. smart pointers, threads, regular expressions, random number generation, rational arithmetic (ratio), tuples) and the C++17 standard (e.g. file system API, any types, option types, variant types, and string views).
The Boost community emerged around 1998, when the first version of the standard was released. It has grown continuously since then and now plays a big role in the standardization of C++. Even though there is no formal relationship between the Boost community and the standardization committee, some of the developers are active in both groups.