Skip to content

Commit 9431511

Browse files
committed
disable clang-9 CI tests in c++2a mode because of the issues with comparisons in chrono
1 parent 9c812d4 commit 9431511

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
@@ -40,7 +40,7 @@ jobs:
4040
install: clang-3.7
4141
- toolset: clang
4242
compiler: clang++-9
43-
cxxstd: "03,11,14,17,2a"
43+
cxxstd: "03,11,14,17" # Do not run in 2a mode because of the "chrono:1345:24: error: unknown type name 'strong_ordering'"
4444
os: ubuntu-20.04
4545
cxxflags: "cxxflags=--coverage"
4646
linkflags: "linkflags=--coverage"

0 commit comments

Comments
 (0)