1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-29 13:54:46 +01:00
Martin Hořeňovský b000411434 Stop accepting non-const comparison operators
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 
2017-09-06 15:01:03 +02:00
..
2017-08-11 10:38:29 +01:00
2017-08-17 19:40:48 +01:00