2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-19 04:22:09 +00:00

Removed C++17 mode job for clang-5.0 from GitHub Actions.

Boost.Mp11 no longer supports C++17 mode with clang-5.0 and causes
compile errors in Boost.MultiIndex and Boost.PropertyTree.

Refs https://github.com/boostorg/mp11/issues/111.
This commit is contained in:
Andrey Semashev
2025-11-06 05:03:50 +03:00
parent ce82e7f8f2
commit 014f344715

View File

@@ -138,7 +138,7 @@ jobs:
- clang-4.0
- toolset: clang
compiler: clang++-5.0
cxxstd: "11,14,1z"
cxxstd: "11,14"
os: ubuntu-latest
container: ubuntu:18.04
install: