| 588 | |
| 589 | private: |
| 590 | static void destruct (pointer p) |
| 591 | noexcept (std::is_nothrow_destructible <value_type>::value) |
| 592 | { |
| 593 | p->~value_type (); |
| 594 | } |
| 595 | |
| 596 | public: |
| 597 | ~ringbuffer (void) |
nothing calls this directly
no outgoing calls
no test coverage detected