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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user