dwww Home | Show directory contents | Find package

# virtual-call-ctor

Finds places where you're calling pure virtual functions inside a constructor or destructor.
Compilers usually warn about this if there isn't any indirection, this check will catch cases like calling
a non-pure virtual that calls a pure virtual.


This check only looks for pure virtuals, ignoring non-pure, which in theory you shouldn't call,
but seems common practice.

Generated by dwww version 1.15 on Sat May 18 13:52:43 CEST 2024.