We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c812d4 commit 9431511Copy full SHA for 9431511
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
install: clang-3.7
41
- toolset: clang
42
compiler: clang++-9
43
- cxxstd: "03,11,14,17,2a"
+ cxxstd: "03,11,14,17" # Do not run in 2a mode because of the "chrono:1345:24: error: unknown type name 'strong_ordering'"
44
os: ubuntu-20.04
45
cxxflags: "cxxflags=--coverage"
46
linkflags: "linkflags=--coverage"
0 commit comments