| 382 | |
| 383 | public: |
| 384 | base_boost_impl( |
| 385 | string_view flavor, |
| 386 | bool is_pool, |
| 387 | bool with_file_io, |
| 388 | parse_options const& popts) |
| 389 | : any_impl("boost", flavor, true, is_pool, with_file_io, popts) |
| 390 | , is_pool_(is_pool) |
| 391 | {} |
| 392 | }; |
| 393 | |
| 394 | //---------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected