$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] multi index container descending order, without reverse iterator
From: Igor R (boost.lists_at_[hidden])
Date: 2010-03-01 09:20:12
> I want to access it by descending order, but when i'm using reverse iterator, i cannot use erase.
> Is there an way to delete the last element?