C++17 builds on clang-5 are disabled.

The C++17 stdlib used by clang-5 is not compliant, so asio doesn't compile.
This commit is contained in:
Klemens
2022-12-20 11:27:38 +08:00
committed by Klemens Morgenstern
parent 5c48142df8
commit ce99605ef9

View File

@ -105,7 +105,7 @@ jobs:
supported: true
- toolset: clang
compiler: clang++-5.0
cxxstd: "11,14,1z"
cxxstd: "11,14"
os: ubuntu-22.04
container: ubuntu:16.04
install: clang-5.0