Minor follow-up to core#19845 (D10720).
The template was thought to be needed to handle both std::ios_base::failure and std::runtime_error, but they both inherit std:eexception so it is not necessary.
This is a backport of core#20033
Differential D10732
refactor: use constexpr and remove template PiRK on Dec 23 2021, 09:16. Authored by Tags None Subscribers None
Details
Minor follow-up to core#19845 (D10720). The template was thought to be needed to handle both std::ios_base::failure and std::runtime_error, but they both inherit std:eexception so it is not necessary. This is a backport of core#20033 ninja all check-all
Diff Detail
|