mirror of
https://github.com/boostorg/math.git
synced 2026-01-22 17:32:13 +00:00
11 lines
115 B
C++
11 lines
115 B
C++
|
|
#include "performance_measure.hpp"
|
|
|
|
void reference_evaluate()
|
|
{
|
|
consume_result(2.0);
|
|
set_call_count(1);
|
|
}
|
|
|
|
|