On Wed, Apr 15, 2026 at 3:48 PM Ion Gaztañaga via Boost < boost@lists.boost.org> wrote:
Dear users and members of Boost,
I'm proud to announce that the formal review of Joaquín M López Muñoz's boost::container::hub container, for inclusion in the Boost.Container library, starts today ( in my timezone ;-) ), April 16, and runs through April 26.
I'm not sure if we've already had this discussion or not but I'd actually suggest considering putting Hub either in its own library or one that's unconditionally header-only. My concern here is that if we put Hub into Container, people looking for Hub and using CMake will wind up using Boost::container which I fear transitively carries a binary dependency. I would suppose users can instead depend on the header-only meta-target (Boost::headers) but I'd prefer to avoid a situation where users must do that. - Christian