1
0
forked from boostorg/mp11

Remove -std=c++1z from clang 3.x

This commit is contained in:
Peter Dimov
2020-11-26 03:34:52 +02:00
parent 1524f2587b
commit 6d51a12e57

View File

@@ -51,27 +51,27 @@ jobs:
os: ubuntu-18.04
- toolset: clang
compiler: clang++-3.5
cxxstd: "11,14,1z"
cxxstd: "11,14"
os: ubuntu-16.04
install: clang-3.5
- toolset: clang
compiler: clang++-3.6
cxxstd: "11,14,1z"
cxxstd: "11,14"
os: ubuntu-16.04
install: clang-3.6
- toolset: clang
compiler: clang++-3.7
cxxstd: "11,14,1z"
cxxstd: "11,14"
os: ubuntu-16.04
install: clang-3.7
- toolset: clang
compiler: clang++-3.8
cxxstd: "11,14,1z"
cxxstd: "11,14"
os: ubuntu-16.04
install: clang-3.8
- toolset: clang
compiler: clang++-3.9
cxxstd: "11,14,1z"
cxxstd: "11,14"
os: ubuntu-16.04
install: clang-3.9
- toolset: clang