bearophile wrote:
Andrei Alexandrescu:Noncopyable types are pivotal for a number of idioms important in concurrency and elsewhere.Why isn't it named @nocopy or something similar?
Because @disable applies to any function. Andrei
bearophile wrote:
Andrei Alexandrescu:Noncopyable types are pivotal for a number of idioms important in concurrency and elsewhere.Why isn't it named @nocopy or something similar?
Because @disable applies to any function. Andrei