This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15284] Access check on not-used copy-constructor
- 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 May 2004 19:38:11 -0000
- Subject: [Bug c++/15284] Access check on not-used copy-constructor
- References: <20040504190249.15284.carlo@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-04 19:38 -------
The copy constructor is need to be accessible even though it is not being called for this case.
See <http://gcc.gnu.org/bugs.html#cxx_rvalbind> and the reference standard sections.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15284