On Wednesday 28 August 2013 20:09:27 Raul Metsma wrote: > Just verifying can I use c++11 fetaures (eg initializer list with > qlist/qvector) with qt clang++/stdc++ binary build?
Normally, since Qt do not use the standard library in it's ABI, and that clang's libc++ is in another namespace, it is possible to build your application using libc++ even if Qt has been build with libstdc++ (They should be binary compatible) I did not test this tough. -- Olivier Woboq - Qt services and support - http://woboq.com - http://code.woboq.org _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
