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.
2 parents 4241872 + 9ba65d8 commit 0cc2ea2Copy full SHA for 0cc2ea2
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