[Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

Olivier Goffart olivier at woboq.com
Fri Feb 20 11:38:42 CET 2015


On Friday 20 February 2015 11:26:31 Daniel Teske wrote:
[...]
> That's one area. The others are too replace trivial interfaces with a low
> amount of virtual functions by a std::function properties. This can simplify
> code if e.g. the different implementations don't fit into a nice hierarchy.

Note that the Qt ABI (in practice, the Qt public API) cannot use std::function 
because we don't use stl types in our ABI.

So we must roll our own (QFunction).
(or change the policy)

-- 
Olivier 

Woboq - Qt services and support - http://woboq.com - http://code.woboq.org



More information about the Development mailing list