j
k
j a
j l
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.
Back to the thread
Back to the list