Skip to content

Commit 0f29446

Browse files
committed
👷 Remove clang-14-libstdc++ from build matrix
There is a bug in clang-14 consteval handling which interacts poorly with libstdc++. It manifests with the error: `call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression` when compiling anything including `<chrono>`.
1 parent e9a0ed9 commit 0f29446

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
version: 15
9595
- compiler: gcc
9696
version: 14
97+
- compiler: clang
98+
version: 14
99+
stdlib: libstdc++
97100
- compiler: clang
98101
version: 13
99102
- compiler: clang

0 commit comments

Comments
 (0)