Tagged Questions
16
votes
4answers
2k views
Creating Library with backward compatible ABI that uses Boost
I'm working on certain C++ library (or more framework). I want to make it backward
compatible with previous versions preserving not only API compatibility but also ABI (like the great job Qt does).
I ...