mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-21 04:39:31 +01:00
This solves warning about the `uniform_fp_test_params` helper being unused on M1 mac (or any other platform using GCC and not using SSE2). Closes #2845