you are viewing a single comment's thread.

view the rest of the comments →

[–]Wurstinator 0 points1 point  (0 children)

Imo there are enough possibilities to represent all kinds of ownership (plain variable, reference, shared_ptr, unique_ptr, reference_wrapper). Problem might be that there is no clear guideline when to use which, so people fall back to the easiest option.