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