
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@gmail.com> 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@gmail.com
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Regards, Andrey