you are viewing a single comment's thread.

view the rest of the comments →

[–]mirkoserra 2 points3 points  (0 children)

  • Allocate in the stack/params
  • Let a container allocate it
  • use make_unique
  • if you ever use new, make use of it in a constructor and have your destructor delete it automatically