You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use approach taken by boost polymorphic_downcast and compare source
pointer to casted pointer, this has added benefit of not compiling
if Target type cannot be converted to Source type so should detect
programming errors at compile time.
0 commit comments