
2009/4/13 Ion Gaztañaga <igaztanaga@gmail.com>:
-> I've extracted all the containers from Boost.Interprocess, put them in boost/container and they only depend on official Boost SVN code (I haven't tested it, but it should be also nice with Boost 1.38). There is no documentation for these containers.
I'm trying to convert the unordered containers, is it okay it I add them to your library in the sandbox? I'm getting an error for one of my tests, but that might be at my end. A small note on your tutorial. In the first example of using the library should mention the header to be included, probably just by putting '#include <boost/move/move.hpp>' at the beginning of the example. And it might help if you add 'public:' somewhere before 'BOOST_ENABLE_MOVE_EMULATION(clone_ptr)' to make it clear that it isn't private. Daniel