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
This code crashes at runtime and with -d:useSysAssert -d:useGcAssert it's clear why: The RTTI based copy operation is not entirely correct for const data.
This code crashes at runtime and with
-d:useSysAssert -d:useGcAssert
it's clear why: The RTTI based copy operation is not entirely correct forconst
data.The text was updated successfully, but these errors were encountered: