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 0cbc4b0 commit 9ba65d8Copy full SHA for 9ba65d8
FWCore/Framework/interface/ProductResolverIndexAndSkipBit.h
@@ -35,7 +35,7 @@ namespace edm {
35
}
36
bool skipCurrentProcess() const { return (value_ & s_skipMask) != 0; }
37
38
- bool operator==(ProductResolverIndexAndSkipBit const& r) { return value_ == r.value_; }
+ bool operator==(ProductResolverIndexAndSkipBit const& r) const { return value_ == r.value_; }
39
40
private:
41
static const unsigned int s_skipMask = 1U << 31;
0 commit comments