Skip to content

No More Doubles

Phileas requested to merge q3k/no-implicit-doubles into main

This turns '1.1' literals into floats, enables (clang-tidy) warnings on implicit float->double promotion, and fixes some spurious uses of double in the codebase.

Thanks @pippin for catching this!

Merge request reports