mirror of
https://github.com/boostorg/xpressive.git
synced 2025-05-11 13:23:56 +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
|
- 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++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user