| 471 | }; |
| 472 | |
| 473 | void operator()(void* data) |
| 474 | { |
| 475 | mpl::mp_with_index<supported_file_count>( index, deleter{data} ); |
| 476 | } |
| 477 | }; |
| 478 | |
| 479 | using data_holder = std::unique_ptr<void, delete_data>; |
nothing calls this directly
no outgoing calls
no test coverage detected