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:
Martin Hořeňovský
2019-10-28 15:28:19 +01:00
parent c781301cd4
commit 316a5c0572
4 changed files with 14 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
#include <memory>
#include <vector>
#include <cassert>
#include <tuple>
#include <utility>
#include <exception>