This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/32618] std::vector calls uneccessary constructors instead of inplace construction of first object
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jul 2007 04:34:47 -0000
- Subject: [Bug libstdc++/32618] std::vector calls uneccessary constructors instead of inplace construction of first object
- References: <bug-32618-11420@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-04 04:34 -------
Well for one push_back takes "const T&". This is what I was talking about, you
can't really get any better in that case. Now the resize case is a different
story.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32618