mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-13 06:24:45 +01:00

The problem with the old name was that it collided with the range matcher `Contains`, and it was not really possible to disambiguate them just with argument types. Closes #2131