On Tuesday, 15 February 2022 07:54:07 PST Marc Mutz wrote:
> https://bugreports.qt.io/browse/QTBUG-100845
> 
> The QWaylandBufferRef class has a very annoying bug in that its relational
> operators cannot compare `const` objects (only on the RHS). That's because
> these operators are implemented as members, but are not const. Since
> they're not const, they cannot be called with a const LHS...

By the way, how often is this done? What's the exposure in the real world?

The pre-6.3 implementation could be #if __cplusplus <= 20200000

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel DPG Cloud Engineering



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

Reply via email to