[Development] Qt 4.8 clang and libc++

Thiago Macieira thiago.macieira at intel.com
Mon Sep 3 00:13:50 CEST 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120903/90254da8/attachment.sig>


More information about the Development mailing list