summaryrefslogtreecommitdiff
path: root/docs/refman
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-28 09:55:40 +0000
committerEli Schwartz <eschwartz93@gmail.com>2025-10-31 01:24:46 -0400
commit5403a9dea78eee5e42267aaeeb1609ec5c9db18a (patch)
tree2ca897ef04d3a88624a117355b47bc33894067a5 /docs/refman
parent92b60413e23109fe9c32a8b82ddd1df0d198ac05 (diff)
downloadmeson-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 'docs/refman')
0 files changed, 0 insertions, 0 deletions