There was an error while loading. Please reload this page.
Here is a link to a web page which presents the Do's and Don'ts to preserve binary compatibility in C++:
https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B#The_Do.27s_and_Don.27ts
abi-compliance-checker tool can be used to test the Binary compatibility between 2 versions of a C++ library
https://lvc.github.io/abi-compliance-checker/