
27 Jan
2011
27 Jan
'11
2:41 p.m.
On 27/01/2011 15:10, Boris Kolpackov wrote:
You probably mean "freeing said buffer" instead of "copying said buffer". The simplest approach would be to stipulate that such a buffer should be allocated with operator new[] and freed with operator delete[].
No, I did mean copy, as in when you copy the buffer object.