From 569c00eb18269d8a53973cbe06f344bc7bdffc1d Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 10 Aug 2017 23:41:12 +0200 Subject: [PATCH] :construction_worker: changed c++17 to c++1z --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 922bb7df..7969af18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -256,7 +256,7 @@ matrix: compiler: clang env: - COMPILER=clang++-4.0 - - CXXFLAGS=-std=c++17 + - CXXFLAGS=-std=c++1z addons: apt: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']