diff options
| author | Sam James <sam@gentoo.org> | 2025-10-28 09:55:40 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-10-31 01:24:46 -0400 |
| commit | 5403a9dea78eee5e42267aaeeb1609ec5c9db18a (patch) | |
| tree | 2ca897ef04d3a88624a117355b47bc33894067a5 /test cases | |
| parent | 92b60413e23109fe9c32a8b82ddd1df0d198ac05 (diff) | |
| download | meson-5403a9dea78eee5e42267aaeeb1609ec5c9db18a.tar.gz | |
compilers: cpp: stop trying to handle old libc++ for assertions
This has two problems:
1) it keeps breaking with Apple Clang (bug #14440, bug #14856)
2) it gets confused when using GCC with libc++ (a rare configuration)
because compiler version != libc++ version
There's no reason to keep catering for old libc++ here. The feature
was somewhat immature in older libc++ anyway.
Just rip it out and then we can go back and restore it for the niche
case later.
Bug: https://github.com/mesonbuild/meson/issues/14440
Bug: https://github.com/mesonbuild/meson/issues/14856
Closes: https://github.com/mesonbuild/meson/issues/13978
Diffstat (limited to 'test cases')
0 files changed, 0 insertions, 0 deletions
