Update clang to libstdc++4.9 to fix ::gets error

This commit is contained in:
Peter Dimov
2017-11-02 18:38:16 +02:00
parent b93d4172b9
commit 4eff2bc994

View File

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