
Hi Ion, ----- Original Message ----- From: "Ion GaztaƱaga" <igaztanaga@gmail.com> To: <boost@lists.boost.org> Sent: Wednesday, June 24, 2009 9:48 PM Subject: Re: [boost] Boost.Containers? (WAS Re: Proposal: Monotonic Containers - Comparison with boost::pool, boost::fast_pool and TBB)
All the work to decouple Boost containers from Interprocess is already done, except for move header <boost/interprocess/detail/move.hpp>. A quick find/replace exercise can put all these containers in boost/container without any dependence on boost/interprocess (we should put move emulation in boost move).
<snip>
All the work to maintain backwards compatibility is done, we just need to find/replace some includes and namespaces. I have already done the exercise with an slightly older version of containers for Boost.Move:
https://svn.boost.org/trac/boost/browser/sandbox/move/boost/container
My opinion is that containers should go to boost/container. All the dirty work is already done ;-)
When do you plan to release (or schedule for review) Boost.Move? Best, Vicente