mirror of
https://github.com/boostorg/xpressive.git
synced 2025-05-09 23:13:57 +00:00
Install libstdc++-4.9 for clang to avoid ::gets error
This commit is contained in:
parent
07c6bbe561
commit
4d4bc69f8b
@ -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++
|
||||
|
Loading…
x
Reference in New Issue
Block a user