
19 Sep
2009
19 Sep
'09
11:26 p.m.
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