| 1019 | std::size_t object_depth_ = 0; |
| 1020 | |
| 1021 | ignoring_handler(ignoring_handler const&) = delete; |
| 1022 | ignoring_handler& operator=(ignoring_handler const&) = delete; |
| 1023 | |
| 1024 | ignoring_handler(void*, P* p) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected