-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Mark functions called by WorkerInPath::runWorkerAsync() as noexcept #44881
Comments
assign core |
New categories assigned: core @Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
cms-bot internal usage |
A new Issue was created by @makortel. @sextonkennedy, @smuzaffar, @antoniovilela, @Dr15Jones, @rappoccio, @makortel can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
From the review of #44902, a few functions that should be checked next
|
+core |
This issue is fully signed and ready to be closed. |
Spinoff from https://github.com/cms-sw/cmssw/pull/44767/files#r1586330343
This would be mostly relevant for all the
*Async()
functions called from there. We could do one pass to add thenoexcept
, that would help to identify problematic places, and another pass to carefully evaluate how to fix any of the problems found.The text was updated successfully, but these errors were encountered: