There was an error while loading. Please reload this page.
1 parent 0cf25d2 commit 6942ffbCopy full SHA for 6942ffb
1 file changed
.github/workflows/ci.yml
@@ -273,8 +273,11 @@ jobs:
273
fail-fast: false
274
matrix:
275
include:
276
+ # Clang 5 cannot compile libstdc++ 10's C++17 std::variant due to
277
+ # LLVM PR31852/PR33222. Its matching libc++ 5 is compatible.
278
- clang: 5
279
std: 17
280
+ cxx_flags: "-stdlib=libc++"
281
- clang: 11
282
std: 20
283
- clang: 16
0 commit comments