Change hub introduction crediting Joaquín

This commit is contained in:
Ion Gaztañaga
2026-06-08 00:51:12 +02:00
parent 9ae69f30f0
commit e8680ad1b5
+5 -3
View File
@@ -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++]