| 1198 | } |
| 1199 | |
| 1200 | ~erasure() { |
| 1201 | vtable_.weak_destroy(this->opaque_ptr(), capacity()); |
| 1202 | } |
| 1203 | |
| 1204 | FU2_DETAIL_CXX14_CONSTEXPR erasure& |
| 1205 | operator=(std::nullptr_t) noexcept(Property::is_strong_exception_guaranteed) { |
nothing calls this directly
no test coverage detected