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.