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

This commit is contained in:
Peter Dimov
2017-11-03 01:28:46 +02:00
parent 951a944087
commit 61d965f1a0

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++