
26 Apr
2010
26 Apr
'10
11:54 a.m.
Hi Ion, When using e.g. a flat_set as a priority queue, it is annoying not to have back() and pop_back() available. As for operator[](), then of couse cont.begin()[n] works, but this is somewhat less pretty compared to just cont[n]. Therefore I would really like to see all the above functions added to the interface. kind regards Thorsten