Remove cxxstd=2a from clang-8

This commit is contained in:
Peter Dimov
2021-10-29 00:48:48 +03:00
parent 1ef8f4e72d
commit 8f40bff2f6

View File

@ -74,7 +74,7 @@ jobs:
install: clang-7 install: clang-7
- toolset: clang - toolset: clang
compiler: clang++-8 compiler: clang++-8
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17"
os: ubuntu-20.04 os: ubuntu-20.04
install: clang-8 install: clang-8
- toolset: clang - toolset: clang