On 15/3/24 19:57, Jean-Michaël Celerier wrote:
There's nothing more frustrating that instantiating a C++ type on the stack
like

      MyType foo;

and having to call a function with:

      static_cast<Base&>(foo).someVirtualMethod();


Or:
    foo.Base::someVirtualMethod();

[..]

--
Ahmad Samir

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to