custom allocation for boost::array
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
6314
Age (days ago)
6314
Last active (days ago)
0 comments
1 participants
participants (1)
-
Clemens Buchacher