On Sun, Feb 16, 2025 at 02:29:28PM +0100, Pascal Stumpf wrote: > On Sun, 16 Feb 2025 11:41:00 +0100, Theo Buehler wrote: > > Doesn't build with clang 19. Diff below fixes it. > > > > gentoo has the same workaround: > > https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-libs/xalan-c/files/xalan-c-1.12-gcc-15.patch > > This would need a major library bump in theory, but I think we can get > away without because nothing is using it yet.
I'm not super familiar with C++ bumping rules, but it's not an exported symbol that I remove. It's part of a .hpp so I think a REVISION bump of all consumers would be needed.