| 220 | stack(stack const &) = delete; |
| 221 | |
| 222 | auto operator=(stack const &) -> stack & = delete; |
| 223 | |
| 224 | /** |
| 225 | * @brief Move-construct from `other` leaves `other` in the empty/default state. |
nothing calls this directly
no outgoing calls
no test coverage detected