Skip to content

Commit

Permalink
Remove C++03 for clang/libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Jun 30, 2024
1 parent ebf698f commit 3ed1c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
# Linux, clang-18 libc++
- toolset: clang
compiler: clang++-18
cxxstd: "03,11,14,17,20,2b"
cxxstd: "11,14,17,20,2b"
os: ubuntu-24.04
install:
- clang-18
Expand All @@ -348,7 +348,7 @@ jobs:
- name: UBSAN
toolset: clang
compiler: clang++-18
cxxstd: "03,11,14,17,20"
cxxstd: "11,14,17,20"
cxxflags: -stdlib=libc++
linkflags: -stdlib=libc++
ubsan: 1
Expand Down

0 comments on commit 3ed1c76

Please sign in to comment.