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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Testing TTI

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:


PrevUpHomeNext