Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace throw() dynamic exception specifier with noexcept #17455

Merged
merged 1 commit into from Feb 8, 2017

Conversation

davidlt
Copy link
Contributor

@davidlt davidlt commented Feb 8, 2017

throw() dynamic exeption specifier was deprecated in C++11 and finally
removed in C++17. Use noexcept / noexcept(expression) instead.

Signed-off-by: David Abdurachmanov David.Abdurachmanov@cern.ch

throw() dynamic exeption specifier was deprecated in C++11 and finally
removed in C++17. Use noexcept / noexcept(expression) instead.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2017

A new Pull Request was created by @davidlt for CMSSW_9_0_X.

It involves the following packages:

MuonAnalysis/MomentumScaleCalibration

@cmsbuild, @monttj, @davidlange6 can you please review it and eventually sign? Thanks.
@bellan, @mmusich, @argiro this is something you requested to watch as well.
@davidlange6, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@davidlt
Copy link
Contributor Author

davidlt commented Feb 8, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17682/console Started: 2017/02/08 07:36

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2017

@davidlange6 davidlange6 merged commit 6ca2283 into cms-sw:CMSSW_9_0_X Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants