We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c086a commit d819d7bCopy full SHA for d819d7b
test/t/tags/test_tags_filter.cpp
@@ -99,7 +99,7 @@ struct result_type {
99
100
}; // struct result_type
101
102
-bool operator==(const result_type& lhs, const result_type& rhs) noexcept {
+static bool operator==(const result_type& lhs, const result_type& rhs) noexcept {
103
return lhs.v == rhs.v && lhs.b == rhs.b;
104
}
105
0 commit comments