travis: disable clang++/c++17

libc++ doesn't implement aligned operator new, yet
This commit is contained in:
Tim Blechmann
2019-08-06 12:02:00 +08:00
parent 7e9db62fa1
commit 1c48893ab4
+3 -1
View File
@@ -90,7 +90,9 @@ matrix:
- os: linux
compiler: clang++-libc++
env: TOOLSET=clang CXXSTD=03,11,14,1z
# libc++ doesn't implement aligned operator new
# env: TOOLSET=clang CXXSTD=03,11,14,1z
env: TOOLSET=clang CXXSTD=03,11,14
addons:
apt:
packages: