On Tue, 21 Jul 2020 at 16:19, Volker Hilsheimer <volker.hilshei...@qt.io> wrote:
> object->property = newValue;
>
>
> is not possible with this, but having to write
>
> object->setProperty(newValue);
>
> like we do today can’t be a blocker for the entire concept of bindable and 
> lazily evaluted properties.

A very significant goal of this exercise is achieving notational
convenience. Theoretical concerns about UB
in the presence of papers that apparently excise that UB shouldn't
stand in the way of that goal.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to