Re: [Boost-users] [boost] Clang on Windows - No Autolink?

2020-07-27 Thread Klaim - Joël Lamotte via Boost-users
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

[Boost-users] [Graph] Unable to get the edge_color in depth_first_search

2020-07-27 Thread Ashish Kumar via Boost-users
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.