This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37720] Copy constructors do not work with std::vector as they should
- From: "ivranos at freemail dot gr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Oct 2008 18:27:44 -0000
- Subject: [Bug c++/37720] Copy constructors do not work with std::vector as they should
- References: <bug-37720-15818@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from ivranos at freemail dot gr 2008-10-02 18:27 -------
Created an attachment (id=16453)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16453&action=view)
The produced .ii file
The produced .ii file from code compiled with the options:
g++ -ansi -pedantic-errors -Wall -save-temps main.cc -o foobar_cpp
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37720