2
0
mirror of https://github.com/boostorg/sort.git synced 2026-01-19 04:42:11 +00:00

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

This commit is contained in:
Peter Dimov
2017-11-14 02:22:18 +02:00
parent 430ce075e7
commit d195cb4698

View File

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