Install libc++-dev

This commit is contained in:
Peter Dimov
2018-01-16 04:55:37 +02:00
parent 27f7c608e4
commit b725dd6e68

View File

@@ -164,6 +164,10 @@ matrix:
- os: linux
compiler: clang++-libc++
env: TOOLSET=clang COMPILER=clang++-libc++ CXXSTD=11,14,1z
addons:
apt:
packages:
- libc++-dev
- os: osx
compiler: clang++