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: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- 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 #7 from pcarlini at suse dot de 2008-01-02 18:45 -------
Note that the split resize requires DefaultConstructible for the first
overload, and therefore, missing Concepts, the vector class cannot be
explicitely instantiated anymore for non-DefaultConstructible types.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32618