Hello, Subject says it all really. I would like to give ownership of a transcoded string to boost::scoped_array which will do a delete[] on destruction. Is this guaranteed to be the same as passing the transcoded string to a release() function?
Regards, Pete