This is the mail archive of the gcc-patches@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]

Re: [v3] abi.html updates for 3.4.1


Benjamin Kosnik:
> Add in versioning info for 3.4.1. Also summarize the -Weffc++ vs. ABI
> discussion from previous week.

Hi Benjamin,

  I'm catching up with mails.  (I'll soon comment on the other
message).

  It is very helpful and nice that you put this in.  That
would save us from explaining this repeatedly in the future.
That is great!

  About the copy constructor: the fact that the copy-constructor
or destructor is private or non-private does not matter.  The only
thing that matters is their explicit declarations by user.
(the sentence may be read as implying that if it is private,
then it is OK.)




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