https://bugs.kde.org/show_bug.cgi?id=439780

--- Comment #6 from Manuel Nickschas <sputn...@quassel-irc.org> ---
(In reply to Ahmad Samir from comment #5)
> It seems I need to add -stdlib=libc++ to the compiler flags for clang to use
> libc++, I'll test that next :)

Yes, you either need to configure Clang to use libc++ by default, or you need
to explicitly specify that compiler flag.

Note that mixing libc++ and libstdc++ in your system C++ libraries may cause
problems (due to ABI incompatibilities), so if you want to have a CI system set
up for testing the Clang/libc++ combination, it probably should be based on a
system fully built with libc++.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to