http://qs321.pair.com?node_id=729085


in reply to Re^2: Operator overloading with returning lists?
in thread Operator overloading with returning lists?

I'm just saying it's theoretically possible to violate your caller this way even if it wasn't expecting it.

⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

  • Comment on Re^3: Operator overloading with returning lists?

Replies are listed 'Best First'.
Re^4: Operator overloading with returning lists?
by JavaFan (Canon) on Dec 09, 2008 at 08:05 UTC
    The problem is that if your XS pushes multiple things on the stack, and the caller expects just one, the caller will pop up just one thing of the stack, leaving the rest there.