Opened 13 years ago
Closed 13 years ago
#3155 closed Patches (fixed)
Modified BGL iterator macros
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | graph |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | graph, iterator | Cc: |
Description
The current graph iterator macros split iterator comparisons across calls to vertices, edges, et al. I have modified the macros to include only a single call to vertices, edges, et al. The behavior of the code remains the same. All regression tests passed after the change.
Attachments (2)
Change History (4)
by , 13 years ago
comment:1 by , 13 years ago
Oops. Looks like I messed up the formatting in the comment. I'll fix and resend.
by , 13 years ago
Attachment: | bgl.2.diff added |
---|
patch for iterator_macros.hpp (fixed some formatting)
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
svn diff