28 Mar
2007
28 Mar
'07
1:07 a.m.
Hi!
Below if small code for testing of pool_allocator. The program below is
working quite good. But if I change 10`000 to 100`000 or more then program
never ending.
Regards.
#include <list>
#include <iostream>
#include <algorithm>
#include <iterator>
#include