Mail Archives: cygwin/2002/08/05/15:10:49
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. Doesn't
change the analysis, however.
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9012 ejfried AT ca DOT sandia DOT gov
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
--
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 -