
-----Original Message----- From: Boost <boost-bounces@lists.boost.org> On Behalf Of James E. King III via Boost Sent: 3 July 2019 16:48 To: Boost Developers List <boost@lists.boost.org> Cc: James E. King III <jking@apache.org> Subject: Re: [boost] Link problem with graph and pending still appears unresolved? On Wed, Jul 3, 2019 at 11:26 AM Andrey Semashev via Boost <boost@lists.boost.org> wrote:
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