Subject: Re: [boost] [interprocess][multi_index] emplace() is not sufficient for maps
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-09-19 19:26:13


Howard Hinnant escribió:
> map::node_ptr is a move-only smart pointer which holds an Allocator* and
> a map::node* (or equivalent smart pointer as interprocess may need?).
> node_ptr roughly looks like:

Thanks Howard, very interesting. I'll add it to the to-do list.

Ion