Call Traits - Defines types for passing parameters, from John Maddock and Howard Hinnant.
Compatibility - Help for non-conforming standard libraries, from Ralf Grosse-Kunstleve and Jens Maurer.
Compose - Functional composition adapters for the STL, from Nicolai Josuttis.
Compressed Pair - Empty member optimization, from John Maddock and Howard Hinnant.
Concept Check - Tools for generic programming, from Jeremy Siek.
Config - Helps boost library developers adapt to compiler idiosyncrasies; not intended for library users, from John Maddock, Beman Dawes, and Vesa Karvonen.
Conversion - Numeric, polymorphic, and lexical casts, from Dave Abrahams and Kevlin Henney.
Preprocessor - Preprocessor metaprogramming tools including repetition and recursion, from Vesa Karvonen and Paul Mensonides.
Property Map - Concepts defining interfaces which map key objects to value objects, from Jeremy Siek.
Python - Reflects C++ classes and functions into Python, from Dave Abrahams.
Random - A complete system for random number generation, from Jens Maurer.
Rational - A rational number class, from Paul Moore.
Ref - A utility library for passing references to generic functions, from Jaakko Järvi, Peter Dimov, Douglas Gregor, and Dave Abrahams.
Regex - Regular expression library, from John Maddock.
Signals - Managed signals & slots callback implementation, from Douglas Gregor.
Smart Pointer - Five smart pointer class templates, from Greg Colvin, Beman Dawes, Peter Dimov, and Darin Adler.
Spirit - LL parser framework represents parsers directly as EBNF grammars in inlined C++, from Joel de Guzman and team .
Static Assert - Static assertions (compile time assertions), from John Maddock.
Test - Support for simple program testing, full unit testing, and for program execution monitoring, from Gennadiy Rozental.
Threads - Portable C++ multi-threading, from William Kempf.
Timer - Event timer, progress timer, and progress display classes, from Beman Dawes.
Tokenizer - Break of a string or other character sequence into a series of tokens, from John Bandela.
Tuple - Ease definition of functions returning multiple values, and more, from Jaakko Järvi.
Type Traits - Templates for fundamental properties of types, from John Maddock, Steve Cleary, and others .
Utility - Class noncopyable plus checked_delete, checked_array_delete, next, prior function templates, plus base-from-member idiom, from Dave Abrahams and others .
Variant - Safe, generic, stack-based discriminated union container, from Eric Friedman and Itay Maman.
uBLAS - Basic linear algebra for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.