[Development] Use of std::function in Qt API

Thiago Macieira thiago.macieira at intel.com
Tue Mar 14 16:54:53 CET 2017


On terça-feira, 14 de março de 2017 03:32:39 PDT Olivier Goffart wrote:
> > I understand that we permit the use of std::function in Windows specific
> > API of QProcess, which may or may not be different. However I'm curious
> > about this in the context of API that is intended to be fully
> > cross-platform.
> Actually, this is breaking the policy. Even on Windows, there are different
> std lib implementations.

There's exactly one stdlib implementation per compiler ABI. You were not 
allowed to mix them anyway.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list