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 the noexcept, that would help to identify problematic places, and another pass to carefully evaluate how to fix any of the problems found.
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.