From e8680ad1b552abd4fedc8defee781e62f50ce85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 8 Jun 2026 00:51:12 +0200 Subject: [PATCH] =?UTF-8?q?Change=20hub=20introduction=20crediting=20Joaqu?= =?UTF-8?q?=C3=ADn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/container.qbk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/container.qbk b/doc/container.qbk index 7aad185..912c575 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -765,10 +765,12 @@ to control block size and other parameters. [section:hub_introduction Introduction] +[classref boost::container::hub hub] is a container +[@https://lists.boost.org/archives/list/boost@lists.boost.org/thread/6YXMHMARNAEFTGBTZYYAETCAYCYHHKQP/ designed by Joaqu\u00EDn M. L\u00F3pez Mu\u00F1oz] +with: -`boost::container::hub` is a container with constant-time insertion and erasure and ['element stability]: -pointers/iterators to an element remain valid until the element is erased. - +* Constant-time insertion and erasure +* ['element stability]: pointers/iterators to an element remain valid until the element is erased. [c++]