overloading assignment operators

2000-08-09 Thread David L. Nicol
Dan Sugalski wrote: Both the l and rvalues will need to participate. Sorry. Quick review of how C++ does it indicates that selecting an assignment operator from the lvalue's methods makes sense. Since we have dynamic typing, there's nothing keeping an assignment method from running through

Re: overloading assignment operators

2000-08-09 Thread Dan Sugalski
At 10:33 PM 8/9/00 +, David L. Nicol wrote: Dan Sugalski wrote: Both the l and rvalues will need to participate. Sorry. Quick review of how C++ does it indicates that selecting an assignment operator from the lvalue's methods makes sense. Sure, and using the rvalue makes sense too, in