Mail Archives: cygwin/2002/08/05/16:12:22
On Mon, 5 Aug 2002 12:10:38 -0700 (PDT), ejfried AT ca DOT sandia DOT gov
(friedman_hill ernest j) wrote:
>I think Guy Harrison wrote:
>> On Mon, 5 Aug 2002 07:55:56 -0700 (PDT), ejfried AT ca DOT sandia DOT 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 AT ntlworld DOT 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/
- Raw text -