👷 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
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

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