j
k
j a
j l
On Friday 25 June 2004 10:02 am, Olivier Tristan wrote:
A(unsigned long size) : mSize(size), mBuffer(new boost::any[size]) {} ~A() { delete mBuffer; }
I think you meant: delete [] mBuffer; Doug
Back to the thread
Back to the list