Dennis - 2013-01-11

I had a look at the code and stumbled across include/stxxl/bits/common/aligned_alloc.h:82 which reads:

assert(long(result - buffer) >= long(sizeof(char *)));

What's the purpose of this line?