My CppCon 2017 talk about API & ABI versioning is online!

When you make a change in your code, it’s important to consider the potential impacts on your clients. At CppCon, I gave a talk about those impacts, both on API & ABI, and how to advertise them.

As I said in my trip report, I had two talks at CppCon this year. The first one was about using CMake for Modular Design. The second one is about changes in your library will impact your clients through API & ABI and how to tell them about it through versioning:

You can find the slides here.

If you missed the talk, I’ll give it again at Meeting C++ next month.