
10 Jun
2009
10 Jun
'09
6:21 a.m.
Hi Artyom, Thanks a lot for your help and suggestions. I'll consider more about
alignment issues.
It cannot be the case that the monotonic::allocator has to align results. The space has already been created before the allocator is requested to provide for new storage. Otherwise, we could never use a vector<char> on a machine that requires 16-byte alignment. Regards, Christian.