Skip to content

Commit

Permalink
Update Catch to v2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Aug 10, 2024
1 parent 30e583b commit fab126e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/Catch2
Submodule Catch2 updated 484 files
4 changes: 2 additions & 2 deletions proj/xc12/BoE.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@
/opt/local/include,
/usr/local/Cellar/include,
"$(PROJECT_DIR)/../../deps/cppcodec",
"$(PROJECT_DIR)/../../deps/Catch2/single_include",
"$(PROJECT_DIR)/../../deps/Catch2/single_include/catch2",
"$(PROJECT_DIR)/../../src/fileio/gzstream",
"$(PROJECT_DIR)/../../src/fileio/xml-parser",
"$(PROJECT_DIR)/../../src/tools"
Expand Down Expand Up @@ -2426,7 +2426,7 @@
/opt/local/include,
/usr/local/Cellar/include,
"$(PROJECT_DIR)/../../deps/cppcodec",
"$(PROJECT_DIR)/../../deps/Catch2/single_include",
"$(PROJECT_DIR)/../../deps/Catch2/single_include/catch2",
"$(PROJECT_DIR)/../../src/fileio/gzstream",
"$(PROJECT_DIR)/../../src/fileio/xml-parser",
"$(PROJECT_DIR)/../../src/tools"
Expand Down
2 changes: 1 addition & 1 deletion src/fileio/tagfile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class cTagFile_Tag {
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;
Expand Down

0 comments on commit fab126e

Please sign in to comment.