Skip to content

Commit

Permalink
Merge pull request #24670 from gartung/SimCalorimetry-EcalSimAlgos-st…
Browse files Browse the repository at this point in the history
…rictcxx17

SimCalorimetry/EcalSimAlgos: replace template deprecated by std=c++17
  • Loading branch information
cmsbuild committed Sep 28, 2018
2 parents 0aeffb8 + 038f9d9 commit b74fb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimCalorimetry/EcalSimAlgos/test/ESDigitizerTest.cpp
Expand Up @@ -42,7 +42,7 @@ int main() {
CaloTDigitizer<ESDigitizerTraits> ESDigitizer(&ESResponse, &electronicsSim, addNoise);
ESDigitizer.setDetIds(ESDetIds);

auto_ptr<ESDigiCollection> ESResult(new ESDigiCollection);
unique_ptr<ESDigiCollection> ESResult(new ESDigiCollection);

MixCollection<PCaloHit> ESHitCollection(&crossingFrame);

Expand Down

0 comments on commit b74fb16

Please sign in to comment.