| 8880 | } |
| 8881 | |
| 8882 | void destroy() noexcept |
| 8883 | { |
| 8884 | if (err_) |
| 8885 | get_as<parse_error>(storage_)->~parse_error(); |
| 8886 | else |
| 8887 | get_as<toml::table>(storage_)->~table(); |
| 8888 | } |
| 8889 | |
| 8890 | public: |
| 8891 |
nothing calls this directly
no outgoing calls
no test coverage detected