From kde-core-devel Sun Nov 17 23:45:26 2013 From: Raphael Kubo da Costa Date: Sun, 17 Nov 2013 23:45:26 +0000 To: kde-core-devel Subject: Re: FindKDE4Internal.cmake & clang & c++11 & -fdelayed-template-parsing Message-Id: <86eh6e619l.fsf () orwell ! Elisa> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=138473195703446 Milian Wolff writes: > There is no alternative, see above. Rather have bigger binaries than not being > able to compile at all. Finally fixed: http://commits.kde.org/kdelibs/daa54a25 > Also, have you reported the errors that clang outputs to the developers? If > it's correct analysis, it should be fixed - even if it's error-prone > work. In this case, I don't think there's a bug: I haven't investigated in depth, but clang seems to be doing what -fdelayed-template-parsing is supposed to do, and it's libstdc++ + clang + c++11 that does not work well (the snippet works if I use libc++ instead).