Skip to content
Snippets Groups Projects
Commit 4d4bc69f authored by Peter Dimov's avatar Peter Dimov
Browse files

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

......@@ -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++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment