👷 changed c++17 to c++1z
This commit is contained in:
parent
bade3b3e6c
commit
569c00eb18
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue