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
"32bit platforms are unsupported with libc++ runtime padding reusage. "
"Please report this issue to the library maintainters."
Isn't sizeof(void*) equal to 4 on 32bit platforms and 8 on 64bit platforms? The assert-message reads contrary to its condition, doesn't it? I ran into this assert on a 64bit platform and got confused, because it says "32bit platforms are unsupported [...]".