$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] [bimap] Using raw pointers
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2013-01-26 02:50:19
El 26/01/2013 7:32, Matias Capeletto escribió:
> But now I looked better at MultiIndex implementation and it is
> actually pushing the index as part of the main container hierarchy
> using CRTP to access the core, something I thought about yesterday
> also. I think I will end up doing the same for Bimap then.
That's quite clever ;-) I think it's a good solution for your problem.
Best,
Ion