------- Comment #17 from jzwinck at gmail dot com 2010-03-09 18:40 ------- (In reply to comment #16) > there is evidence (eg, the Dinkumware implementation) that returning an > iterator doesn't necessarily impact performance.
The GCC implementation does have poor performance. Why not leave the (performance-improving) patch in place until someone actually comes up with an implementation for GCC which does perform well? As it stands, users are left in a strange situation, being told that the performance (in GCC) is poor, but that it has to be this way because of Dinkumware (which, it's claimed, is fast). Doesn't this only serve to drive users away from GCC's implementation? To be clear, I am very much in favor of any solution which provides approximately optimal performance. Boost, for example, chose to implement a new method called "erase_return_void" for users who care about performance of this operation--a workaround, but with emphasis on "work." -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41975