| 165 | public: |
| 166 | using UnregisteredBase::UnregisteredBase; |
| 167 | double sum() const { return rw_value + ro_value; } |
| 168 | }; |
| 169 | |
| 170 | // Issue #2234: noexcept methods in an unregistered base should be bindable on the derived class. |
no outgoing calls
no test coverage detected