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 ba0c275 commit cc461f2Copy full SHA for cc461f2
FWCore/Utilities/src/InputTag.cc
@@ -108,7 +108,7 @@ namespace edm {
108
109
void InputTag::cacheToken(EDGetToken token) const { token_.store(token); }
110
111
- bool InputTag::isUninitialized() const { return label_.empty() and instance_.empty() and process_.empty(); }
+ bool InputTag::isUninitialized() const { return label_.empty(); }
112
113
std::ostream& operator<<(std::ostream& ost, InputTag const& tag) {
114
static std::string const process(", process = ");
0 commit comments