👷 changed c++17 to c++1z

This commit is contained in:
Niels Lohmann
2017-08-10 23:41:12 +02:00
parent bade3b3e6c
commit 569c00eb18
+1 -1
View File
@@ -256,7 +256,7 @@ matrix:
compiler: clang compiler: clang
env: env:
- COMPILER=clang++-4.0 - COMPILER=clang++-4.0
- CXXFLAGS=-std=c++17 - CXXFLAGS=-std=c++1z
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']