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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
