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
For non-Darwin targets, the vtable discrimination for `std::type_info`
was not correct since `__arm64__` macro is defined only for Darwin.
Use `__aarch64__` to fix ifdef for non-Darwin.
0 commit comments