From 32b9f06fe5f8021fa0d2109f1046da3441001dda Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 14 Sep 2023 07:58:41 -0700 Subject: [PATCH] Update release notes to include fancy pointer support --- doc/unordered/changes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/unordered/changes.adoc b/doc/unordered/changes.adoc index 18e5be56..76a5f7fe 100644 --- a/doc/unordered/changes.adoc +++ b/doc/unordered/changes.adoc @@ -15,6 +15,8 @@ with serial and parallel variants. * Added debug mode mechanisms for detecting illegal reentrancies into a `boost::concurrent_flat_map` from user code. * Added Boost.Serialization support to all containers and their (non-local) iterator types. +* Added support for fancy pointers to open-addressing and concurrent containers. + This enables scenarios like the use of Boost.Interprocess allocators to construct containers in shared memory. == Release 1.83.0 - Major update