
7 May
2008
7 May
'08
4:29 a.m.
On Wed, May 7, 2008 at 12:10 PM, Rene Rivera <grafikrobot@gmail.com> wrote:
shiwei xu wrote:
2. Provide both region allocators (boost::auto_alloc, boost::scoped_alloc) and general-purpose allocators
Hopefully you intend to place those in a library specific namespace inside "::boost".
I did it. boost::auto_alloc is only a typedef: namespace boost { typedef boost::memory::auto_alloc auto_alloc; };