mirror of https://github.com/mosra/magnum.git
Browse Source
For classes which already have pure virtual functions instantiation is not allowed, but for other there needs to be at least one pure virtual method: the destructor. Pure virtual functions actually can have implementations, but they must be called explicitly. Destructors are called explicitly, so for them it works.vectorfields
3 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue