[llvm-dev] Using C++14 code in LLVM

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Sun Oct 2 12:43:21 PDT 2016


On Sun, Oct 02, 2016 at 12:31:50PM -0700, Mehmet Erol Sanliturk via llvm-dev wrote:
> For example : A program is using C++14 which is compilable with GCC . When
> it is tried to be compiled with CLang , it is failing because CLang does
> not have C++14 features .

Given that clang and libc++ have supported C++14 quite early and faster
than GCC, I find that a strange statement without qualification. Note
that clang is often used with gcc as runtime and that can break various
things.

Joerg


More information about the llvm-dev mailing list