Fixes for 1.41

[SVN r56823]
This commit is contained in:
Ion Gaztañaga
2009-10-14 13:08:04 +00:00
parent 1bdccad422
commit f0471dbf91
128 changed files with 549 additions and 240 deletions

View File

@@ -12,9 +12,8 @@
#include <boost/interprocess/allocators/detail/node_pool.hpp>
using namespace boost::interprocess;
typedef managed_shared_memory::segment_manager segment_manager_t;
template class detail::private_node_pool_impl<segment_manager_t>;
typedef managed_shared_memory::segment_manager segment_manager_t;
int main ()
{