Language
C++
Compiler
clang 7.0.0
Options
Warnings
Don't Use Boost
C++17
no pedantic
$ clang++ prog.cc -Wall -Wextra -std=c++17
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prog.exe is a Catch v2.7.2 host application.
Run with -? for options
-------------------------------------------------------------------------------
Double, double, toil and trouble
-------------------------------------------------------------------------------
prog.cc:16
...............................................................................
prog.cc:20: FAILED:
REQUIRE( 0.0 == d )
with expansion:
0.0 == 0.00000000000000022
with message:
2.2204460492503131e-16
===============================================================================
test cases: 1 | 1 failed
assertions: 1 | 1 failed
Exit Code:
1