From 032ce991fba2eb831cf535cbb4294801ec064483 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 8 May 2020 11:49:40 +0300 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed7e33d..c662941 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: