21 Apr
2016
21 Apr
'16
11:38 a.m.
Dear all, I submitted the following to boost-docs but have received no response, so also submitting to boost-users. The last part of Boost Graph Library: Subgraph http://www.boost.org/doc/libs/release/libs/graph/doc/subgraph.html (since Boost 1.40)
struct my_vertex { ... }; typedef property
vertex_prop; struct my_edge { ... }; typedef property edge_prop;
should be
struct my_vertex { ... }; typedef property
vertex_prop; struct my_edge { ... }; typedef property edge_prop;
Additionally I want you to note how to modify GraphProperties of boost::subgraph (or whether it is not implemented). Regards, -- Eisuke Kawashima email: e.kawaschima@gmail.com