forked from catchorg/Catch2
Removed tabs
This commit is contained in:
@ -29,8 +29,8 @@ namespace Matchers {
|
|||||||
protected:
|
protected:
|
||||||
virtual std::string describe() const = 0;
|
virtual std::string describe() const = 0;
|
||||||
mutable std::string m_cachedToString;
|
mutable std::string m_cachedToString;
|
||||||
private:
|
private:
|
||||||
MatcherUntypedBase& operator = (MatcherUntypedBase const&);
|
MatcherUntypedBase& operator = ( MatcherUntypedBase const& );
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename ObjectT, typename ComparatorT = ObjectT>
|
template<typename ObjectT, typename ComparatorT = ObjectT>
|
||||||
|
Reference in New Issue
Block a user