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:
@@ -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++
|
||||||
|
|||||||
Reference in New Issue
Block a user