mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-14 22:22:12 +01: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:
@@ -14,7 +14,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
#include <exception>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user