The libraries are aimed at a wide range of C++ users and application domains. They range from general-purpose libraries like the smart pointer library, to operating system abstractions like Boost FileSystem, to libraries primarily aimed at other library developers and advanced C++ users, like the template metaprogramming (MPL) and domain-specific language (DSL) creation (Proto).
In order to ensure efficiency and flexibility, Boost makes extensive use of templates. Boost has been a source of extensive work and research into generic programming and metaprogramming in C++.6
Most Boost libraries are header based, consisting of inline functions and templates, and as such do not need to be built in advance of their use. Some Boost libraries coexist as independent libraries.78
The original founders of Boost that are still active in the community includes David Abrahams. An author of several books on C++, Nicolai Josuttis, contributed to the Boost array library in 2001. There are mailing lists devoted to Boost library use and library development, active as of 2023.9
Boost is licensed under its own free, open-source license, known as the Boost Software License.10 It is a permissive license in the style of the BSD license and the MIT license, but without requiring attribution for redistribution in binary form.11 The license has been OSI-approved since February 20081213 and is considered a free software license, compatible with the GNU General Public License, by the Free Software Foundation.14
"List of Boost libraries". https://www.boost.org/doc/libs/?view=condensed ↩
"Boost Software License". www.boost.org. Retrieved 2022-01-06. https://www.boost.org/users/license.html ↩
"Library Technical Report". JTC1/SC22/WG21 - The C++ Standards Committee. 2 July 2003. Retrieved 1 February 2012. http://www.open-std.org/jtc1/sc22/wg21/docs/library_technical_report.html ↩
"A Threading API for C++". http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2090.html ↩
"StackOverflow.com site". https://stackoverflow.com/a/8852421/2006632 ↩
Abrahams, David; Gurtovoy, Aleksey (10 December 2004). C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond. Pearson Education. p. 408. ↩
"Asio web site". http://think-async.com/Asio ↩
"Spirit web-site". http://boost-spirit.com/home/ ↩
"Boost Mailing Lists (A.K.A. Discussion Groups)". Retrieved 28 Apr 2020. http://www.boost.org/community/groups.html ↩
"Boost Software License - Version 1.0" (TXT). August 17, 2003. Retrieved December 22, 2023. https://www.boost.org/LICENSE_1_0.txt ↩
Dawes, Beman. "Boost Software License". Retrieved 2016-08-01. http://www.boost.org/users/license.html ↩
"Boost mailing list archive". Archived from the original on 2016-11-07. https://web.archive.org/web/20161107222035/http://thread.gmane.org/gmane.comp.lib.boost.devel/178539 ↩
"Boost Software License 1.0 (BSL-1.0) | Open Source Initiative". 5 February 2008. http://opensource.org/licenses/BSL-1.0 ↩
"Various Licenses and Comments about Them - GNU Project - Free Software Foundation (FSF)". https://www.gnu.org/licenses/license-list.html#boost ↩