Remove implicit type cast in `typed_actor`
This patch removes the `static_cast` from operators -> and * in `typed_actor`. Those casts are not safe, because the handle can point to an unrelated type that only happens to support given interface. Fixes #136.
Showing
Please register or sign in to comment