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
The SP ABI currently contains non-standard layout types (e.g. std::vector) which differ across compilers/compiler versions. Can't have those if we want SP code mods.
The SP ABI currently contains non-standard layout types (e.g. std::vector) which differ across compilers/compiler versions. Can't have those if we want SP code mods.
Types can be checked at compile time using std::is_standard_layout.
(Is there already an issue about this? We've certainly talked about it previously, but I can't remember where.)
The text was updated successfully, but these errors were encountered: