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 5c1f880 commit e16f1b5Copy full SHA for e16f1b5
FWCore/Modules/src/TimeStudyModules.cc
@@ -232,7 +232,7 @@ namespace timestudy {
232
return true;
233
}
234
//every running stream is now waiting
235
- return waitingStreams_.size() > 0 and waitingStreams_.size() == activeStreams_;
+ return !waitingStreams_.empty() and waitingStreams_.size() == activeStreams_;
236
237
238
void threadWork() {
0 commit comments