Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 560 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 560 Bytes

Demo Projects

ABI stability of client: This demonstrates ABI stability of client when virtual table of library exported class is disrupted.

ABI stability of library: This demonstrates ABI stability of library when virtual table of interface used by library is disrupted.

ABI stability when layout of template class is changed:This demonstrates ABI stability of client when layout of template class exported by library is changed.