------- Comment #10 from chris at bubblescope dot net 2009-12-01 19:07 ------- Anyway, the result of this bug is that the fix to resize() given in the latest draft of C++0x should be applied. The resulting code would only be invoked if you ask the compiler to use C++0x mode, but if care about performance you should be doing this anyway, I suspect your types may well benefit from rvalue references.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42242