On Fri, 24 Jul 2020 at 02:26, Gavin Lambert via Boost-users <
boost-users@lists.boost.org> wrote:
> On 24/07/2020 11:36, I wrote:
> > b2 is completely irrelevant to the question of auto-linking (unless
> > you're using it to build your app as well, but nobody ever does that).
>
> Well, "completely
Hello,
First of all, I am new to Boost Graph Library. So, there might be a simpler
or easier fix to the problem I am facing.
I am trying to get the edge color after executing the
boost::depth_first_search algorithm on the graph. For that, I created an
edge color map and passed it to the function.