id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6260,boost::multi_index can not work with nedmalloc,wucy ,Joaquín M López Muñoz," I store terminal struct using multi_index, typedef boost::multi_index_container< terminal*, boost::multi_index::indexed_by< boost::multi_index::hashed_unique< boost::multi_index::member< terminal, unsigned int, &terminal::logic_addr_> >, boost::multi_index::hashed_non_unique< boost::multi_index::member< terminal, unsigned int, &terminal::master_logic_addr_> > >, nedalloc::nedallocator > terminal_map; but there is some error in compile. the error is following: 1>e:\tmr\src\communicators\nedmalloc\nedmalloc.h(1338) : error C2248: 'nedalloc::nedallocatorI::baseimplementation::operator =' : cannot access private member declared in class 'nedalloc::nedallocatorI::baseimplementation' 1> with 1> [ 1> implementation=nedalloc::nedallocator>,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty> 1> ] 1> e:\tmr\src\communicators\nedmalloc\nedmalloc.h(1060) : see declaration of 'nedalloc::nedallocatorI::baseimplementation::operator =' 1> with 1> [ 1> implementation=nedalloc::nedallocator>,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty,nedalloc::nedpolicy::empty> 1> ] 1> This diagnostic occurred in the compiler generated function 'nedalloc::nedallocator &nedalloc::nedallocator::operator =(const nedalloc::nedallocator &)' 1> with 1> [ 1> T=boost::multi_index::detail::hashed_index_node_impl>, 1> policy1=nedalloc::nedpolicy::empty, 1> policy2=nedalloc::nedpolicy::empty, 1> policy3=nedalloc::nedpolicy::empty, 1> policy4=nedalloc::nedpolicy::empty, 1> policy5=nedalloc::nedpolicy::empty, 1> policy6=nedalloc::nedpolicy::empty, 1> policy7=nedalloc::nedpolicy::empty, 1> policy8=nedalloc::nedpolicy::empty, 1> policy9=nedalloc::nedpolicy::empty, 1> policy10=nedalloc::nedpolicy::empty, 1> policy11=nedalloc::nedpolicy::empty, 1> policy12=nedalloc::nedpolicy::empty, 1> policy13=nedalloc::nedpolicy::empty, 1> policy14=nedalloc::nedpolicy::empty, 1> policy15=nedalloc::nedpolicy::empty 1> ]",Bugs,closed,To Be Determined,None,Boost 1.48.0,Problem,invalid,,