On 15/3/24 19:57, Jean-Michaël Celerier wrote:
There's nothing more frustrating that instantiating a C++ type on the stack likeMyType foo; and having to call a function with: static_cast<Base&>(foo).someVirtualMethod();
Or:
foo.Base::someVirtualMethod();
[..]
--
Ahmad Samir
OpenPGP_signature
Description: OpenPGP digital signature
-- Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
