NOLINTNEXTLINE(modernize-use-noexcept)
| 76 | int m7(int x) throw() { return x - 7; } |
| 77 | // NOLINTNEXTLINE(modernize-use-noexcept) |
| 78 | int m8(int x) const throw() { return x - 8; } |
| 79 | PYBIND11_WARNING_POP |
| 80 | }; |
| 81 | } // namespace test_exc_sp |
nothing calls this directly
no outgoing calls
no test coverage detected