| 123 | } |
| 124 | |
| 125 | void __assoc_sub_state::__execute() { std::__throw_future_error(future_errc::no_state); } |
| 126 | |
| 127 | future<void>::future(__assoc_sub_state* __state) : __state_(__state) { __state_->__attach_future(); } |
| 128 |
nothing calls this directly
no outgoing calls
no test coverage detected