in reply to Re: How to swap scalar values without copies
in thread How to swap scalar values without copies

I think that the second solution (using a method returning an lvalue) solves two of my three problems. Thank you very much!
  • Comment on Re: Re: How to swap scalar values without copies