Subject: Re: [Boost-users] [MultiIndex] insert with and without position hint
From: Igor R (boost.lists_at_[hidden])
Date: 2009-11-24 09:30:22


> An easy and cheap way to know whether the insertion was succesful is to check if size() has increased.

Thanks, that's what I'm doing now.
I just thought that maybe unhinted version first tries to insert an
element at the end anyway...