Skip to content

Commit cc13435

Browse files
committed
removed Clang 5.0 -std=c++1z as not supported by Mp11
1 parent 05bd73e commit cc13435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
install: clang-4.0
9393
- toolset: clang
9494
compiler: clang++-5.0
95-
cxxstd: "11,14,1z"
95+
cxxstd: "11,14"
9696
os: ubuntu-latest
9797
container: ubuntu:18.04
9898
install: clang-5.0

0 commit comments

Comments
 (0)