$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] help boost multi_index_container + composite key
From: Igor R (boost.lists_at_[hidden])
Date: 2011-11-23 06:46:54
> Â Â Â Elem_entry(const Elem_entry &obj){/*std::cout<<"copy
> const"<<std::endl;*/}
You should implement the copy-contructor correctly. Currently any
copied item has uninitialized members, which breaks all the indices.