| 64 | } |
| 65 | |
| 66 | impl_base* clone() const noexcept |
| 67 | { |
| 68 | detail::ref_count_up(ref_count_); |
| 69 | return const_cast<impl_base*>(static_cast<const impl_base*>(this)); |
| 70 | } |
| 71 | |
| 72 | void destroy() noexcept |
| 73 | { |
nothing calls this directly
no test coverage detected