2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-22 17:32:13 +00:00
Files
math/performance/test_reference.cpp
2007-06-12 22:09:40 +00:00

11 lines
115 B
C++

#include "performance_measure.hpp"
void reference_evaluate()
{
consume_result(2.0);
set_call_count(1);
}