mirror of
https://github.com/catchorg/Catch2
synced 2026-02-14 01:12:11 +00:00
It was used in checking that types in TEMPLATE_TEST_CASE and friends were unique, but this was removed for v2.8.0 (#1628). Since there are no further uses of this trait, the simplest thing to do is to just remove it. Fixes #1757