...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The core header files are located in boost/units
. Unit
system headers are located in <boost/units/systems>
. There are no source files for the library
itself - the library is header-only. Example programs demonstrating various
aspects of the library can be found in boost/libs/units/example
.
Programs for unit testing are provided in boost/libs/units/test
.