silkeh / docker-clang

Dockerfiles for Clang and LLVM
European Union Public License 1.2
100 stars 30 forks source link

fail to build c++17 source with clang #4

Closed tuanhtrng closed 4 years ago

tuanhtrng commented 4 years ago

Use with cmake, clang++ tried to use libstdc++ in base, which was pre c++17.

silkeh commented 4 years ago

Thanks! I have updated libstdc++ to the latest available version in Debian Buster. Rebuilds should be on the way...