[Development] Requesting forward BC exception for QtWaylandCompositor in 6.2 and 5.15

Thiago Macieira thiago.macieira at intel.com
Wed Feb 16 18:10:27 CET 2022


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





More information about the Development mailing list