On Sunday 21 February 2016, Thiago Macieira wrote: > On sábado, 20 de fevereiro de 2016 22:09:20 PST Allan Sandfeld Jensen wrote: > > Well, feature-complete'ish. I recently found out we need clang 3.5 to use > > deleted constructors in Chromium. Clang 3.4 has a bug which will cause it > > to claim deleted methods causes ambiguity with non-deleted methods. So > > if we opt for gcc 4.8, I would suggest demanding clang 3.5 as well. > > That would drop FreeBSD 10.2, which is the current stable release today.
The same bug also affects XCode 6.0-6.2 (though they are based on 3.5svn). Requiring a newer xcode than that would mean requiring OS X 10.10 to build. It might be better to not rely on deleted methods. Which then makes the upgrade to gcc 4.8 slightly less attractive. Regards `Allan _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
