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 d9edbe9 commit d5ccc9eCopy full SHA for d5ccc9e
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: boostorg/boost-ci/.github/workflows/reusable.yml@master
43
with:
44
exclude_cxxstd: '98,03,0x,11,14'
45
- exclude_compiler: gcc-4.9,gcc-5,gcc-6,gcc-7,clang-3.9,clang-4.0,clang-5.0,clang-6.0,clang-16
+ exclude_compiler: gcc-4.9,gcc-5,gcc-6,gcc-7,clang-3.9,clang-4.0,clang-5.0,clang-6.0,clang-7,clang-16
46
# exclude clang-16 because it seems to use the c++14 standard library on ubuntu-24.04:
47
# include/c++/14/bits/stl_pair.h:410:35: error: no matching function for call to 'get'
48
# maybe similar to this: https://github.com/actions/runner-images/issues/9679
0 commit comments