Logo

Blog


C++ Insights Episode 49: Why you shouldn't have virtual member functions with default parameters

I published a new C++ insights episode: Why you shouldn't have virtual member functions with default parameters.

In this episode, you learn how default parameters work and why you shouldn't put them on virtual member functions.

Source code: https://cppinsights.io/s/1e0e7ae0

Andreas