Remove C++03 for clang/libc++

This commit is contained in:
Ion Gaztañaga
2024-07-01 01:01:42 +02:00
parent ebf698f8a3
commit 3ed1c76efd

View File

@@ -323,7 +323,7 @@ jobs:
# Linux, clang-18 libc++ # Linux, clang-18 libc++
- toolset: clang - toolset: clang
compiler: clang++-18 compiler: clang++-18
cxxstd: "03,11,14,17,20,2b" cxxstd: "11,14,17,20,2b"
os: ubuntu-24.04 os: ubuntu-24.04
install: install:
- clang-18 - clang-18
@@ -348,7 +348,7 @@ jobs:
- name: UBSAN - name: UBSAN
toolset: clang toolset: clang
compiler: clang++-18 compiler: clang++-18
cxxstd: "03,11,14,17,20" cxxstd: "11,14,17,20"
cxxflags: -stdlib=libc++ cxxflags: -stdlib=libc++
linkflags: -stdlib=libc++ linkflags: -stdlib=libc++
ubsan: 1 ubsan: 1