Yannik Müller

Results 1 comments of Yannik Müller

Probably the same cause in ``` class Base { virtual ~Base() = default; } class Derived:Base { ~Derived() override = default; } ``` the override keyword is not highlighted at...