| 521 | }; |
| 522 | |
| 523 | static |
| 524 | data_holder |
| 525 | construct_data(std::size_t file_index, value const& jv) |
| 526 | { |
| 527 | data_holder result; |
| 528 | mpl::mp_with_index<supported_file_count>( |
| 529 | file_index, data_constructor{result, jv} ); |
| 530 | return result; |
| 531 | } |
| 532 | |
| 533 | public: |
| 534 | base_boost_impl( |
nothing calls this directly
no outgoing calls
no test coverage detected