dsimcha wrote:
Vote++.  IMHO the problem with arbitrary cost copy construction is that
abstractions that are this leaky don't actually make people's lives simpler.
Abstractions (like value semantics) are supposed to make the code easier to 
reason
about.  When an abstraction forces you to think hard about things as trivial as
variable assignments, I think it's better to either scrap the abstraction and
require all copying to be explicit, or use a less leaky abstraction like 
reference
counting/COW.

I agree. I was very reluctant to even put in things like this(this), and the only thing that forced the issue was the need to support reference counting.

Reply via email to