Open paparodeo opened 4 days ago
Hi @paparodeo, thanks a lot for the fix, we do not test compilation for most recent libc++ usually since the only platform with this beeing default is macos with always outdated library so you might encounter similar issues in the future :)
Contour Terminal version
0.5.1.7247
Installer source
Github: source code cloned
Operating System
macOS Sonoma 15.1.0
Architecture
AArch64
Other Software
clang-19 w/ libc++
Steps to reproduce
build with clang-19 with libc++
Expected Behavior
build succeeds
Actual Behavior
build failed
Additional notes
https://libcxx.llvm.org/ReleaseNotes/19.html
the following diff fixes the error.