
5 Sep
2006
5 Sep
'06
5:09 p.m.
Is it safe to use shared_ptr's with arrays if one supplies an array deleter as a constructor argument?
How about a shared_ptr< vector<int> > or something?
I'd like to avoid the vector solution and am still curious whether the shared_ptr + array-deleter is safe... Stephan