On Montag, 18. Januar 2016 08:31:01 CET Rex Dieter wrote: > I'm trying to build(bootstrap) qt-5.6.0-beta stack on rhel6, and have run > into a build failure in qtdeclarative, <snip> > beta/tools/qmlimportscanner/main.cpp:376: error: no matching function for > call to 'find_if(QList<QFileInfo>::const_iterator,
std::find_if is new in C++11 And it was used in https://codereview.qt-project.org/125853/ in the 5.6 which still does not require C++11. Apparently the CI does not try to build this with non-c++11 enabled compilers? -- Olivier Woboq - Qt services and support - https://woboq.com - https://code.woboq.org _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
