Skip to content

Commit b84891b

Browse files
committed
Switch g++7 to c++14 mode due to a bug with c++17
1 parent 01b81da commit b84891b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ matrix:
6464
- os: linux
6565
dist: trusty
6666
compiler: g++-7
67-
env: TOOLSET=gcc COMPILER=g++-7 CXXSTD=c++17
67+
env: TOOLSET=gcc COMPILER=g++-7 CXXSTD=c++14
6868
addons:
6969
apt:
7070
packages:

0 commit comments

Comments
 (0)