| 1427 | { |
| 1428 | public: |
| 1429 | any_executor() noexcept |
| 1430 | : detail::any_executor_base(), |
| 1431 | prop_fns_(prop_fns_table<void>()) |
| 1432 | { |
| 1433 | } |
| 1434 | |
| 1435 | any_executor(nullptr_t) noexcept |
| 1436 | : detail::any_executor_base(), |
nothing calls this directly
no outgoing calls
no test coverage detected