This is a beta version of Boost. The current version is 1.90.0.
C++11 implementations of standard components added in later C++ standards.
C++
11
Function object wrappers for deferred calls or callbacks.
C++
11
Open-methods are virtual functions that exist outside of classes, as free-standing functions. They make it possible to add polymorphic behavior to existing classes, without modifying them. This implementation supports single and multiple dispatch.
C++
17
A deterministic failure handling library partially simulating lightweight exceptions.
C++
14
Boost.Parameter Library - Write functions that accept arguments by name.
C++
03