forked from boostorg/intrusive
Update clang to libstdc++4.9 to fix ::gets error
This commit is contained in:
@ -31,6 +31,11 @@ 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
|
||||||
|
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