This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/37720] Copy constructors do not work with std::vector as they should



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]