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

