mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 19:45:40 +02:00
Added a couple more unimplemented assignment operators to silence VS2013 warnings
This commit is contained in:
@@ -29,6 +29,8 @@ namespace Matchers {
|
||||
protected:
|
||||
virtual std::string describe() const = 0;
|
||||
mutable std::string m_cachedToString;
|
||||
private:
|
||||
MatcherUntypedBase& operator = (MatcherUntypedBase const&);
|
||||
};
|
||||
|
||||
template<typename ArgT>
|
||||
|
Reference in New Issue
Block a user