ABI-Safe Libraries
Detailed DescriptionThe ABI-Safe Libraries are a collection of versioned types with defined binary layouts. The layout of these types does not depend on compiler settings, build settings, or compiler version. The API of the ABI-Safe types, that is the functions, including member functions, which operate on the types, are subject to change although any change will not effecting the representation or interpretation of the type.
|