Re: Typo in BGL Subgraph
Kawashima Eisuke <[email protected]> Thu, 3 Mar 2016 12:40:06 +0900
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHhxtD5C6iHyBLWV0HAqhS6rhEo8RX=5aZ7Yz90Et61rj1Wj6Q@mail.gmail.com> |
--===============0520423828686120919== Content-Type: multipart/alternative; boundary=001a11450286e5e9db052d1cc27b --001a11450286e5e9db052d1cc27b Content-Type: text/plain; charset=UTF-8 Any response? -- E Kawashima email: [email protected] Dear all, > The last part of Boost Graph Library: Subgraph (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] --001a11450286e5e9db052d1cc27b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Any response?<br><br>-- <br>E Kawashima<br>email: <a href= =3D"mailto:[email protected]">[email protected]</a><br><br><block= quote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left-w= idth:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding= -left:1ex">Dear all,<br>The last part of Boost Graph Library: Subgraph (sin= ce Boost 1.40)<br>><br>> struct my_vertex { ... };<br>> typedef pr= operty<vertex_index_t, std::size_t, vertex_prop> vertex_prop;<br>>= <br>> struct my_edge { ... };<br>> typedef property<edge_index_t, = std::size_t, vertex_prop> edge_prop;<br>should be, I believe,<br>><br= >> struct my_vertex { ... };<br>> typedef property<vertex_index_t,= std::size_t, my_vertex> vertex_prop;<br>><br>> struct my_edge { .= .. };<br>> typedef property<edge_index_t, std::size_t, my_edge> ed= ge_prop;<br><br>Additionally I want you to note how to modify GraphProperti= es of boost::subgraph<br>(or it is not implemented).<br>Regards,<br>--<br>E= isuke Kawashima<br>email: <a href=3D"mailto:[email protected]">e.kawas= [email protected]</a></blockquote></div> --001a11450286e5e9db052d1cc27b-- --===============0520423828686120919== 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 --===============0520423828686120919==--