| 33 | { |
| 34 | using std::vector<rpp::dynamic_observable<int>>::vector; |
| 35 | std::vector<rpp::dynamic_observable<int>>::const_iterator begin() const { throw std::runtime_error{""}; } |
| 36 | }; |
| 37 | |
| 38 | struct my_container_with_error_on_increment |
nothing calls this directly
no outgoing calls
no test coverage detected