[cfe-dev] Help: compiler's error using -stdlib=libc++ with clang++-3.8

Joerg Sonnenberger via cfe-dev cfe-dev at lists.llvm.org
Sat Jul 22 10:26:31 PDT 2017


On Sat, Jul 22, 2017 at 09:54:03AM +0200, zosrothko via cfe-dev wrote:
>  * clang++-3.8 -std=c++11 bug.cpp compiles fine while
>  * clang++-3.8 -std=c++11 -stdlib=libc++ bug.cpp produces invalid
>    compile errors.

Missing include of <cstddef>?

Joerg



More information about the cfe-dev mailing list