mirror of
https://github.com/boostorg/function.git
synced 2025-07-30 04:47:14 +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
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: g++-7
|
compiler: g++-7
|
||||||
env: TOOLSET=gcc COMPILER=g++-7 CXXSTD=c++17
|
env: TOOLSET=gcc COMPILER=g++-7 CXXSTD=c++14
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Reference in New Issue
Block a user