Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2015. The current version is 1.90.0.
In the libs/tti/test subdirectory there is a jamfile which can be used to test TTI functionality.
Executing the jamfile without a target, or specifying the target 'tti', will run tests for both basic TTI and for the variadic macro portion of TTI. You can run tests for only the basic TTI, which is the vast majority of TTI functionality, by specifying only the 'ttinovm' target when executing the jamfile. If you just want to run the tests for the variadic macro portion of TTI, specify the target as 'ttivm'.
The TTI library has been successfully tested with: