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

This commit is contained in:
Peter Dimov 2017-11-04 22:36:24 +02:00
parent 07c6bbe561
commit 4d4bc69f8b

View File

@ -31,6 +31,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++