1
0
forked from boostorg/mp11

Remove cxxstd=1z from clang-5.0

This commit is contained in:
Peter Dimov
2024-12-21 22:21:46 +02:00
parent abcb365993
commit 43fd186a8e

View File

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