This is an older version of Boost and was released in 2021. The current version is 1.87.0.
Patterns
Compressed Pair | C++ 03 | Empty member optimization. |
Empty member optimization. | ||
Flyweight | C++ 03 | Design pattern to manage large quantities of highly redundant objects. |
Design pattern to manage large quantities of highly redundant objects. | ||
Outcome | C++ 14 | A deterministic failure handling library partially simulating lightweight exceptions. |
A deterministic failure handling library partially simulating lightweight exceptions. | ||
Signals2 | C++ 03 | Managed signals & slots callback implementation (thread-safe version 2). |
Managed signals & slots callback implementation (thread-safe version 2). | ||
Utility | C++ 03 | Class noncopyable plus checked_delete(), checked_array_delete(), next(), prior() function templates, plus base-from-member idiom. |
Class noncopyable plus checked_delete(), checked_array_delete(), next(), prior() function templates, plus base-from-member idiom. |