
2009/7/9 Jeffrey Hellrung <jhellrung@ucla.edu>:
It appears that containers in the move library in the boost sandbox can't coexist with containers from the boost.interprocess library. This isn't a problem for me currently (I can just use the containers from the move library), but it may be an indication of a larger problem with either or both libraries, so I figured it'd be worth sharing. I wasn't sure if this would be an appropriate trac ticket to file under boost.interprocess, as it involves technically non-boost code, but I can certainly do that if desired.
The containers in the move library are the next version of the interprocess containers so they're not meant to coexist. The plan is to move them into their own library. I think he'll use forwarding headers to ease the transition to their new location when he adds them to boost. Daniel