mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Remove type erasure in predicate matcher
Now the type of the predicate is part of the type of the PredicateMatcher.
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
* If the second argument has text outside tags, the text will be ignored.
|
||||
* Hidden test cases are no longer included just because they don't match an exclusion tag
|
||||
* Previously, a `TEST_CASE("A", "[.foo]")` would be included by asking for `~[bar]`.
|
||||
|
||||
* `PredicateMatcher` is no longer type erased.
|
||||
* This means that the type of the provided predicate is part of the `PredicateMatcher`'s type
|
||||
|
||||
|
||||
### Fixes
|
||||
|
Reference in New Issue
Block a user