예제 #1
0
void actor::link_to(const actor_ptr& other) {
    static_cast<void>(link_to_impl(other));
}
예제 #2
0
void abstract_actor::link_to(const actor_addr& other) {
    static_cast<void>(link_to_impl(other));
}