Skip to content

Remove dependency on Boost.Container

Alex Richardson requested to merge work/arichardson/no-boost-container into master

It is only used for a single set. Use QSet instead. This change allows me to cross-compile kactivitymanagerd for Arm Morello where Boost.Container is not yet supported.

Merge request reports