mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Change cxxstd to 2a on clang 10 until Boost.Build is merged to master.
This commit is contained in:
@ -275,7 +275,7 @@ matrix:
|
|||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang++-10
|
compiler: clang++-10
|
||||||
env: TOOLSET=clang COMPILER=clang++-10 CXXSTD=03,11,14,17,20
|
env: TOOLSET=clang COMPILER=clang++-10 CXXSTD=03,11,14,17,2a
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Reference in New Issue
Block a user