$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [multi_index] Is replace() ok within container iteration loop?
From: PB (newbarker_at_[hidden])
Date: 2010-03-17 12:03:56
Hello,
This question is about boost:multi_index_container. Code is iterating
over a multi_index_container and replacing some elements. The data
being replaced has nothing to do with any keys/indices. Is this
allowed by multi_index_container?
Thanks,
Pete