Boost logo

Boost :

From: shiwei xu (xushiweizh_at_[hidden])
Date: 2008-05-07 00:29:43


On Wed, May 7, 2008 at 12:10 PM, Rene Rivera <grafikrobot_at_[hidden]> 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;
};


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk