👷 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
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']