Import MatcherBase to Catch namespace
This commit is contained in:
parent
a5a013811c
commit
2081caa452
2 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Matchers {
|
|||
std::string m_str;
|
||||
};
|
||||
|
||||
struct StringMatcherBase : Impl::MatcherBase<std::string> {
|
||||
struct StringMatcherBase : MatcherBase<std::string> {
|
||||
StringMatcherBase( std::string operation, CasedString const& comparator );
|
||||
virtual std::string describe() const CATCH_OVERRIDE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue