Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Demonstration Program

The program common_factor_test.cpp is a demonstration of the results from instantiating various examples of the run-time GCD and LCM function templates and the compile-time GCD and LCM class templates. (The run-time GCD and LCM class templates are tested indirectly through the run-time function templates.)


PrevUpHomeNext