test/doc/examples/tolerance_05.output
Raffi Enficiaud 80d342a806 Relaxed tolerance based comparisons
It is now possible to compare a type that is tolerance based together
with a type that is not necessarily tolerance based but still
arithmetic.

Doc update and tests.
2019-02-08 01:32:54 +01:00

8 lines
336 B
Plaintext

//[example_output
> tolerance_05
Running 1 test case...
../doc/examples/tolerance_05.run.cpp(20): error: in "test": check o1 == o2 has failed [ 1 != 0.99]
../doc/examples/tolerance_05.run.cpp(21): error: in "test": check o1 == d2 has failed [ 1 != 0.98999999999999999]
*** 2 failures are detected in the test module "tolerance_05"
//]