[Mesa-dev] [PATCH] amd: build addrlib with C++11
Ilia Mirkin
imirkin at alum.mit.edu
Wed Nov 15 17:52:06 UTC 2017
On Wed, Nov 15, 2017 at 12:47 PM, Dylan Baker <dylan at pnwbakers.com> wrote:
> Nope. meson builds all C++ code as C++11 because so much of mesa's C++ code
> cannot be built without it (Because of LLVM). As far as I can tell the GLSL
> compiler and the Intel Compiler are the only C++ code in mesa not using C++11.
Actually C++11 isn't used anywhere except clover and swr, AFAIK. (Look
for CXX11_CXXFLAGS.)
-ilia
More information about the mesa-dev
mailing list