In short, I am wondering if there is an auto_ptr like type for arrays. I know I could roll my own, I\'m just making sure that there isn\'t already something out there.
boost scoped_array or you can use boost scoped_ptr with a custom deleter