C++ Insights Episode 72: Why you should never call a virtual member function in a constructor
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
A C++ Insights episode explaining why calling virtual member functions from a constructor is dangerous. Through examples, it demonstrates the pitfalls of this pattern, which stems from how C++ constructs objects and resolves virtual dispatch during construction.
Sort: