8 Jun
2012
8 Jun
'12
9:18 p.m.
I am working on Visual C++ application. In my class, I define a data member as boost::shared_array and new it in one of the member function. If this member function is called many time. Then the array will be "newed" many times. Is that OK? I do want to new it many time because the size of array depends on the function parameters. -- View this message in context: http://boost.2283326.n4.nabble.com/question-about-boost-pointer-tp4631069p46... Sent from the Boost - Users mailing list archive at Nabble.com.