Boost logo

Boost Users :

Subject: Re: [Boost-users] [boost][graph] update adjacency_list from boost 1.33 to 1.39
From: Andrey Torba (andreytorba_at_[hidden])
Date: 2009-07-15 08:32:33


there is the code in the boost which is in my third party:
namespace boost {

 //===========================================================================
 // The adjacency_list class.
 //

 template <class OutEdgeListS = vecS, // a Sequence or an
AssociativeContainer
           class VertexListS = vecS, // a Sequence or a
RandomAccessContainer
           class DirectedS = directedS,
           class VertexProperty = no_property,
           class EdgeProperty = no_property,
           class GraphProperty = no_property,
           class EdgeListS = listS,
           *class Allocator = std::allocator<void>* > // allocator will be
rebinded to the appropriate types
 class adjacency_list
.....

but at the same time i downloaded versions 1.33, 1.33.1 from
sourceforge.netand checked - `Allocator` parameter is abcent.
I need to do some investigation and know wether it was added by our
developers.

On Wed, Jul 15, 2009 at 2:56 PM, Andrew Sutton<andrew.n.sutton_at_[hidden]>
wrote:
>> I update boost in a project from 1.33 to 1.39.
>> In elier boost.graph adjacency_list had last template parameter
>> 'Allocator'. Now this parameter is abcent. The question is how was it
used?
>
> I don't recall the adjacency_list ever having an allocator parameter. The
> 1.33.1 documentation doesn't seem to list it has having one, either.
>
> Andrew Sutton
> andrew.n.sutton_at_[hidden]
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

-- 
Regards, Andrey


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net