This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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: BUG - Cygwin to GNU CC compatibility


On Mon, 5 Aug 2002 12:10:38 -0700 (PDT), ejfried@ca.sandia.gov
(friedman_hill ernest j) wrote:

>I think Guy Harrison wrote:
>> On Mon, 5 Aug 2002 07:55:56 -0700 (PDT), ejfried@ca.sandia.gov
>> (friedman_hill ernest j) wrote:
>> 
>> >Arash,
>> >
>> >If your program runs on a bunch of systems, well, you're just lucky,
>> >because the bugs are in your code, not in cygwin.  You've provided a
>> >constructor (whitespace edited to make this email shorter)
>> >
>> >DigitList::DigitList(DigitList const &diglst) {
>> >    *this = diglst;
>> >};
>> >
>> >which just invokes, implicitly, the default copy constructor.
>> 
>> Default assignment operator? ;-)
>> 
>
>Doh! Yes, sorry. First thing Monday morning, and all that.

Thought so! <g>

>Doesn't change the analysis, however.

Agreed.


-- 
swamp-dog@ntlworld.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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