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++/16145] Complaint about private copy constructor


------- Additional Comments From apl at alum dot mit dot edu  2004-06-22 20:12 -------
Created an attachment (id=6607)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6607&action=view)
Simple test of private copy constructor

compile with -DTESTER to demonstrate that copy constructor is never called

compile without any flags to see private copy constructor warning message.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16145


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