| 1976 | index_t index; |
| 1977 | |
| 1978 | ~Guard() { |
| 1979 | (*block)[index]->~T(); |
| 1980 | block->template set_empty<explicit_context>(index); |
| 1981 | } |
| 1982 | } guard = {block, index}; |
| 1983 | |
| 1984 | element = std::move(el); |
nothing calls this directly
no outgoing calls
no test coverage detected