Opened 16 years ago
Closed 16 years ago
#155 closed defect (fixed)
The visitors use the base algorithms' traits class
Reported by: | Balazs Dezso | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.0 release |
Component: | core | Version: | |
Keywords: | Cc: | ||
Revision id: |
Description
The BfsVisit? uses the BfsDefaultTraits? instead of BfsVisitDefaultTraits? and similarly DfsVisit? uses the DfsDefaultTraits? instead of DfsVisitDefaultTraits?. It does not cause problem, because the used traits are supersets of the right classes, but the [47b3a3b67837] fixes the problem
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | 47b3a3b67837.patch added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
[47b3a3b67837] went to the main branch.