Boost logo

Boost :

Subject: Re: [boost] [GIL] Can image::recreate reuse the memory?
From: Christian Henning (chhenning_at_[hidden])
Date: 2013-06-06 13:57:32


>
> Be sure to make a note to the user since the behavior is changed.
> something like:
> "if no allocator is provided to 'recreate', it now uses the previous one
> instead of creating a new one"
>
>
I added a comment.

>
> > > Last but not least, 'total_allocated_size_in_bytes' also depends on
> > > '_align_in_bytes', so nevertheless, you have to update it first.
> > >
> > >> Done.
> >
> >
> BTW, 'mpl::bool_<IsPlanar>()' may be more brief than 'typename
> boost::conditional< IsPlanar, mpl::true_, mpl::false_ >::type()'
>
>
>
Done. Thanks!

Christian


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