1 Aug
2007
1 Aug
'07
7:22 p.m.
Hi,
Is it safe to do this?
using boost::array;
const size_t n;
void* p = new char[sizeof(T) * n];
array