...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
defines portable debug interfaces
Intended to standardize interface of programs with debuggers
namespace boost { namespace debug { struct dbg_startup_info; } }