| 4531 | } |
| 4532 | |
| 4533 | static void run(shared_ptr<boost::detail::shared_state_base> that_) |
| 4534 | { |
| 4535 | continuation_shared_state* that = static_cast<continuation_shared_state*>(that_.get()); |
| 4536 | that->call(); |
| 4537 | } |
| 4538 | |
| 4539 | ~continuation_shared_state() {} |
| 4540 | }; |