mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 05:24:31 +02:00
Remove C++03 for clang/libc++
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user