Update Catch to v2.13.10

This commit is contained in:
2024-08-10 14:03:30 -04:00
parent 30e583b1d4
commit 4d4ab09395
8 changed files with 17 additions and 13 deletions

View File

@@ -206,7 +206,7 @@ public:
void readFrom(std::istream& file);
void writeTo(std::ostream& file);
template<typename T>
bool operator==(const T& other) {
bool operator==(const T& other) const {
T self;
if(extract(0, self) == 0) return false;
return self == other;