
On 14 April 2012 19:57, Jeremiah Willcock <jewillco@osl.iu.edu> wrote:
On Sat, 14 Apr 2012, Daniel James wrote:
http://www.boost.org/libs/disjoint_sets/
Does anyone have an opinion?
There are several other Boost.Graph things in pending/ as well (various heaps, container_traits, some property handing stuff, an old iterator_adaptor). Would it make sense to move all of those into boost/graph/?
I was only suggesting graph because it depends on disjoint_set.
Some of them duplicate things that are now in other Boost libraries, and I doubt anything else uses them. Things like integer_log2 should probably stay (or be moved into some other library) since those are not graph-specific.
I'm more concerned with the library list and library directory. But cleaning up headers could be helpful.