$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Shared memory: private node allocator for a boost::unordered_map
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2016-05-12 16:56:51
On 09/05/2016 20:04, trafdev wrote:
> Hello.
>
> I'm trying to use a private node allocator for an unordered_map placed
> in the shared memory:
Unordered map does not fully support all Boost.Interprocess allocators
(specially non std conforming ones).
Best,
Ion