Răsfoiți Sursa

encorporated more changes from Andreas Scherer:
(a) reduce code redundancy by applying some more preproc macros
(b) make some class definitions more consistent (in regard of "self",
bool friends, and protected data members)
(c) hand over several sgb_edges by (const) reference instead of by value
(d) remove the compiler-dependency for __GNUC__

and made some more changes:

- made sgb_edge_util_map a friend of sgb_edge, and put it inside
a #if !defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS)
- removed redundant inline's
- changed passing by sgb_edge& to const sgb_edge& is a few places.
- changed edge_length to edge_length_t so that the naming is
consistent with the rest of the BGL.
- added get()/put() shortcuts to sgb_edge_length_map


[SVN r9317]

Jeremy Siek 25 ani în urmă
părinte
comite
fa75a21d44
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      libs/graph

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 5587566c0ca25dbfcc3bdbe1a9adca6c4dbd5e85
+Subproject commit c3530c9922d096a48f676a165366170ea008fc7e

粤ICP备19079148号