Bug#1133521: back to libkml

Anton Gladky <[email protected]> Sun, 2 Aug 2026 09:39:12 +0200
Newsgroups gmane.linux.debian.devel.bugs.rc
Message-ID <CALF6qJmmFwC-ZRQ8unKm4o+gchOUO65HBCsio3QvjpK4StEFuA@mail.gmail.com>
reassign 1133521 src:libkml 1.3.0-13
thanks

It is not a Boost bug - this is most probably a libkml bug.

boost::intrusive_ptr relies on ADL to find intrusive_ptr_add_ref,
which needs the pointer type to be complete.
GCC-16 is stricter about this than older GCC.

Regards,

Anton