Allow for Catch::Approx to be used in a constexpr context

This commit is contained in:
Chris Thrasher
2024-05-16 13:23:38 -06:00
parent 4e8d92bf02
commit c974e30974
3 changed files with 72 additions and 87 deletions

View File

@@ -56,7 +56,6 @@ function(add_warnings_to_targets targets)
"-Wexit-time-destructors"
"-Wextra"
"-Wextra-semi"
"-Wfloat-equal"
"-Wglobal-constructors"
"-Winit-self"
"-Wmisleading-indentation"