Re: [Development] Applications using -fno-rtti

2020-06-22 Thread Thiago Macieira
On Monday, 22 June 2020 00:22:33 PDT Eike Ziller wrote: > dynamic_cast would be most useful if you could avoid using Q_OBJECT (and > deriving from QObject) just for the purpose of casting. If you use Q_OBJECT > throughout your class hierarchy, qobject_cast is available anyhow. So, the > argument th

Re: [Development] Applications using -fno-rtti

2020-06-22 Thread Eike Ziller
> On Jun 22, 2020, at 01:18, Thiago Macieira wrote: > > On Sunday, 21 June 2020 06:44:23 PDT André Pönitz wrote: >> I would appreciate if someone on Windows could run a reality check on that >> with a dynamic_cast between classes that don't have a key function, i.e. >> where everything is inlin