[boost][graph] update adjacency_list from boost 1.33 to 1.39
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?
In my example there is a Graph type:
typedef boost::adjacency_list
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
there is the code in the boost which is in my third party:
namespace boost {
//===========================================================================
// The adjacency_list class.
//
template
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
participants (2)
-
Andrew Sutton
-
Andrey Torba