On segunda-feira, 3 de setembro de 2012 00.02.09, Olivier Goffart wrote:
> On Sunday 02 September 2012 22:43:33 Laszlo Papp wrote:
> > > It would be nice to have clang in the CI system.
> >
> > I had the impression, clang is already in there:
> > http://testresults.qt-project.org/ci/QtBase_master_Integration/latest-succ
> > es s/ http://qt-project.org/wiki/CI_Configurations
> >
> > Laszlo
>
> Ah, right.
> There seems to be something wrong in the C++11 detection.
> In the log it says:
> 9/2/12 6:59:04 PM EST: C++11 support .......... no

No, there's nothing wrong. It's working perfectly.

#include <utility>
#if defined(__clang__) && !defined(_LIBCPP_VERSION)
#  error "C++11 with clang requires libc++ runtime"
#endif

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to