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 67f608a commit 79930bdCopy full SHA for 79930bd
FWCore/Integration/test/AcquireIntStreamProducer.cc
@@ -33,7 +33,7 @@ namespace edmtest {
33
};
34
35
AcquireIntStreamProducer::AcquireIntStreamProducer(edm::ParameterSet const& pset)
36
- : m_token{edm::Service<test_acquire::WaitingService>{} -> getToken()} {
+ : m_token{edm::Service<test_acquire::WaitingService>()->getToken()} {
37
for (auto const& tag : pset.getParameter<std::vector<edm::InputTag>>("tags")) {
38
m_getTokens.emplace_back(consumes<IntProduct>(tag));
39
}
0 commit comments