Remove cxxstd=1z for Clang 5.0

This commit is contained in:
Peter Dimov
2024-12-22 02:56:30 +02:00
parent 639bd0232b
commit 2f5dbc19b5

View File

@ -84,7 +84,7 @@ jobs:
install: clang-4.0
- toolset: clang
compiler: clang++-5.0
cxxstd: "11,14,1z"
cxxstd: "11,14"
container: ubuntu:18.04
os: ubuntu-latest
install: clang-5.0