From abd7a5ffe3291b89d678d3957054428f1e7fce8d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 29 May 2017 17:58:13 +0300 Subject: [PATCH] Remove clang-3.5; move clang-4.0 to trusty; include --- .travis.yml | 13 ++----------- include/boost/variant2/variant.hpp | 1 + 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1478bb..03c450b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,17 +89,6 @@ matrix: sources: - ubuntu-toolchain-r-test - - os: linux - compiler: clang++-3.5 - env: TOOLSET=clang COMPILER=clang++-3.5 CXXSTD=c++14 - addons: - apt: - packages: - - clang-3.5 - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.5 - - os: linux compiler: clang++-3.6 env: TOOLSET=clang COMPILER=clang++-3.6 CXXSTD=c++14 @@ -167,6 +156,7 @@ matrix: - llvm-toolchain-precise-3.9 - os: linux + dist: trusty compiler: clang++-4.0 env: TOOLSET=clang COMPILER=clang++-4.0 CXXSTD=c++14 addons: @@ -178,6 +168,7 @@ matrix: - llvm-toolchain-trusty-4.0 - os: linux + dist: trusty compiler: clang++-4.0 env: TOOLSET=clang COMPILER=clang++-4.0 CXXSTD=c++1z addons: diff --git a/include/boost/variant2/variant.hpp b/include/boost/variant2/variant.hpp index 1da500e..29991c1 100644 --- a/include/boost/variant2/variant.hpp +++ b/include/boost/variant2/variant.hpp @@ -15,6 +15,7 @@ #include #include #include +#include //