$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::filtered_graph filtering on vertex color... if I only had a colormap
From: Alex HighViz (alexhighviz_at_[hidden])
Date: 2017-11-18 20:36:47
>Adding the property internal to the graph by commenting out:
>Â Â Â typedef boost::property<boost::vertex_index1_t, size_t,
>Â Â Â Â Â boost::property<boost::vertex_component_t, int> > vertex_properties;
  Â
I would recommend using external property maps where possible. It makes life easier, because there is less magic and it will simplify debugging your code.