C++ Insights Episode 72: Why you should never call a virtual member function in a constructor
I published a new C++ insights episode: Why you should never call a virtual member function in a constructor.
In this episode, you'll learn by example why you should never call a virtual member function from a constructor.
Andreas