
Hi, Rene Rivera wrote:
Ion Gaztañaga wrote:
Hi to all,
Not sure if this is the same as the snapshot since I'm trying to use the CVS version. But I get this conflict, with vc8:
..\bin\ext\boost\interprocess\1.33.1\msvc-8.0\rsi.debug\architecture-x86\boost/interprocess/mapped_region.hpp(50) : error C2011: 'boost::interprocess::mapped_region' : 'class' type redefinition
Seems like you are including memory_mappable.hpp and mapped_region.hpp at the same time, but I should have removed memory mappable.hpp from the CVS since it's not longer needed and mapped_region definition passed to mapped_region.hpp. I've just removed some unused files from CVS. Thanks for the bug report. Can you try it again changing your includes from memory_mappable.hpp to mapped_region.hpp? Regards, Ion