mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
Switch g++7 to c++14 mode due to a bug with c++17
This commit is contained in:
@ -64,7 +64,7 @@ matrix:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: g++-7
|
||||
env: TOOLSET=gcc COMPILER=g++-7 CXXSTD=c++17
|
||||
env: TOOLSET=gcc COMPILER=g++-7 CXXSTD=c++14
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
Reference in New Issue
Block a user