From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31741 invoked by alias); 20 Feb 2004 06:43:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31729 invoked by uid 48); 20 Feb 2004 06:43:07 -0000 Date: Fri, 20 Feb 2004 06:43:00 -0000 Message-ID: <20040220064307.31728.qmail@sources.redhat.com> From: "pluto at ds14 dot agh dot edu dot pl" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040219170343.14213.pluto@ds14.agh.edu.pl> References: <20040219170343.14213.pluto@ds14.agh.edu.pl> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14213] strange behavior with private cp-cstr... X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01972.txt.bz2 List-Id: ------- Additional Comments From pluto at ds14 dot agh dot edu dot pl 2004-02-20 06:43 ------- (In reply to comment #2) > When writing > A a2 = a1; > this has the same requirements as using the > A a2(a1); > syntax. Thus, the copy constructor needs to be accessible. > > W. Where exactly in the C++ draft is it written? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14213