Opened 13 years ago
Closed 13 years ago
#3416 closed Feature Requests (fixed)
BGL: quick_tour.cpp suggested enhancement
Reported by: | Owned by: | Andrew Sutton | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | graph |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: |
Description
There are currently two conventions for quick_tour.cpp either the implicit conversion of enum to int, or the 'name' of the vertex.
The attached patch always use convention to print vertex name.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | quick_tour.cpp.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [56089]) Applied fixes for bugs; fixes #3409, #3414, #3415, #3416