2
0
mirror of https://github.com/boostorg/icl.git synced 2026-01-19 04:12:13 +00:00

Install libstdc++ 4.9 for clang to avoid ::gets error

This commit is contained in:
Peter Dimov
2017-11-21 20:34:01 +02:00
parent 23a437f0cb
commit d1fc43ff77

View File

@@ -61,6 +61,12 @@ matrix:
- os: linux
compiler: clang++
env: TOOLSET=clang CXXSTD=03,11,14,1z
addons:
apt:
packages:
- libstdc++-4.9-dev
sources:
- ubuntu-toolchain-r-test
- os: osx
compiler: clang++