--nextPart2817797.yiVxtlbgxR Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" On s=E1bado, 12 de outubro de 2013 12:42:50, Milian Wolff wrote: > Hey Raphael! >=20 > Thank you for working on clang support in FindKDE4Internal.cmake. >=20 > Since recently though I have build issues with clang due to the -fdel= ayed- > template-parsing flag passed in FindKDE4Internal.cmake. A simple exam= ple > such as this: >=20 > #include > int main() { std::vector v; return 0; } >=20 > produces with: clang++ -std=3Dc++11 -fdelayed-template-parsing test.c= pp Remove it forever. It's not necessary in proper C++ code. It's only necessary to emulate buggy MSVC behaviour, which we should on= ly use=20 for Clang on Windows and then only if we run into trouble compiling cod= e=20 coming from Microsoft. --=20 Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 --nextPart2817797.yiVxtlbgxR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iD8DBQBSWX0CM/XwBW70U1gRAoofAJ9wBQclTrGIEYcvamuSPeaSBbv2+ACeLjX2 iAO12rrCiqkYez9mOSCBM/M= =Az3n -----END PGP SIGNATURE----- --nextPart2817797.yiVxtlbgxR--