mirror of
https://github.com/catchorg/Catch2
synced 2026-01-30 08:22:20 +00:00
A) non-const comparison operators should not exist and should not be encouraged B) The logic breaks comparing function pointers certain way C) It was inconsistent anyway, as it only applied to `==` and `!=` Closes #925