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++/21363] no compilation error for inheriting Base class with private constructor when the constructor for Derived Class is compiler generated


------- Additional Comments From hingwah at hingwah dot net  2005-05-05 04:58 -------
i don't think compiler generated constructor should have the "privilege" to
invoke constructor of parent class which is private.

-- 


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


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