boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
62 stars 55 forks source link

Internal impl should store fancy pointers #192

Closed cmazakas closed 1 year ago

cmazakas commented 1 year ago

This enables the flat/node containers to support being placed in shared memory and being used across processes.

This would fix https://github.com/boostorg/unordered/issues/189

cmazakas commented 1 year ago

Fixed by #211