$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Multi-Index] Valgrind Invalid read size of 8
From: Vee Kay (vkicefire_at_[hidden])
Date: 2013-09-09 14:16:30
Thank you all for your responses. I pinpointed the issue to erasing
elements from the Bimap in a loop; presumably my iterator was being
invalidated. I 'm now using the return value from the Bimap's erase and
the issue is gone.
Albert