Typo in BGL Subgraph
Kawashima Eisuke <[email protected]> Fri, 15 Jan 2016 11:14:03 +0900
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHhxtD6G-3vspVhyJe6OQp-ihjbOJdHE=pAThjzeCicR+WUxKQ@mail.gmail.com> |
--===============9215880460975069921==
Content-Type: multipart/alternative; boundary=001a114770c8c8387d052955f69e
--001a114770c8c8387d052955f69e
Content-Type: text/plain; charset=UTF-8
Dear all,
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_index_t, std::size_t, vertex_prop> vertex_prop;
struct my_edge { ... };
> typedef property<edge_index_t, std::size_t, vertex_prop> edge_prop;
should be, I believe,
> struct my_vertex { ... };
> typedef property<vertex_index_t, std::size_t, my_vertex> vertex_prop;
struct my_edge { ... };
> typedef property<edge_index_t, std::size_t, my_edge> edge_prop;
Additionally I want you to note how to modify GraphProperties of
boost::subgraph
(or it is not implemented).
Regards,
--
Eisuke Kawashima
email: [email protected]
--001a114770c8c8387d052955f69e
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div dir=3D"ltr" style=3D"font-size:21px"><div class=3D"gm=
ail_quote"><div dir=3D"ltr">Dear all,<div><br></div><div>The last part of=
=C2=A0<a href=3D"http://www.boost.org/doc/libs/release/libs/graph/doc/subgr=
aph.html" target=3D"_blank">Boost Graph Library: Subgraph</a>=C2=A0(since B=
oost 1.40)<br></div><div><blockquote class=3D"gmail_quote" style=3D"margin:=
0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);=
border-left-style:solid;padding-left:1ex"><font face=3D"monospace, monospac=
e">struct my_vertex { ... };<br>typedef property<vertex_index_t, std::si=
ze_t, vertex_prop> vertex_prop;</font></blockquote><blockquote class=3D"=
gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;border=
-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><fon=
t face=3D"monospace, monospace">struct my_edge { ... };<br>typedef property=
<edge_index_t, std::size_t, vertex_prop> edge_prop;</font></blockquot=
e></div><div>should be, I believe,</div><div><blockquote class=3D"gmail_quo=
te" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-col=
or:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><font face=3D=
"monospace, monospace">struct my_vertex { ... };<br>typedef property<ver=
tex_index_t, std::size_t, my_vertex> vertex_prop;</font></blockquote><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-lef=
t-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padd=
ing-left:1ex"><font face=3D"monospace, monospace">struct my_edge { ... };<b=
r>typedef property<edge_index_t, std::size_t, my_edge> edge_prop;</fo=
nt></blockquote></div><div><br></div><div>Additionally I want you to note h=
ow to modify=C2=A0<font face=3D"monospace, monospace">GraphProperties</font=
>=C2=A0of=C2=A0<font face=3D"monospace, monospace">boost::subgraph</font></=
div><div>(or it is not implemented).</div><div><br></div><div>Regards,</div=
><div><br></div><div>--</div><div>Eisuke Kawashima</div><div>email:=C2=A0<a=
href=3D"mailto:[email protected]" target=3D"_blank">e.kawaschima@gmai=
l.com</a></div></div></div></div></div>
--001a114770c8c8387d052955f69e--
--===============9215880460975069921==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Boost-docs mailing list
[email protected]
http://lists.boost.org/mailman/listinfo.cgi/boost-docs
--===============9215880460975069921==--