mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Change cxxstd to 20 on clang 10.
Since https://github.com/boostorg/build/pull/592 was merged, we can switch back to the most recent C++20 version for clang 10.
This commit is contained in:
@ -275,7 +275,7 @@ matrix:
|
||||
|
||||
- os: linux
|
||||
compiler: clang++-10
|
||||
env: TOOLSET=clang COMPILER=clang++-10 CXXSTD=03,11,14,17,2a
|
||||
env: TOOLSET=clang COMPILER=clang++-10 CXXSTD=03,11,14,17,20
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
Reference in New Issue
Block a user