mirror of
https://github.com/boostorg/heap.git
synced 2026-07-21 13:23:40 +00:00
travis: disable clang++/c++17
libc++ doesn't implement aligned operator new, yet
This commit is contained in:
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user