Has the small object allocator found in "Modern C++ Design"/Loki been deprecated in favor of newer implementations?

1k Views Asked by At

It seems the code and the book have been relegated to the foundation of the movement of modern C++, and isn't updated any more. Is there some kind of replacement for this in Boost or TR1?

1

There are 1 best solutions below

0
On BEST ANSWER

Check out the Boost.Pool library.