-----Original Message-----
From: Boost
Doesn't the disjoint_sets git submodule need to be removed from the superproject?
It was removed from develop in https://github.com/boostorg/boost/pull/283
I naively did what I normally do to update to current develop branch git checkout develop git pull --recurse-submodules git submodule update --init followed by a boostrap.bat and b2 -a headers but perhaps that doesn't prune dead branches? Should I have done something else? (Apart from deleting all the symlinks - some of which are my own private ones and I want to keep so a bit more tricky. Paul