Opened 18 years ago
Closed 17 years ago
#364 closed Bugs (Fixed)
EdgeListS = setS for adjacency_list does not work
Reported by: | Douglas Gregor | Owned by: | Douglas Gregor |
---|---|---|---|
Milestone: | Component: | graph | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
The adjacency_list class template requires the EdgeListS selector to indicate a Sequence container (and may very well require the default listS). setS, for instance, does not work. See http://lists.boost.org/MailArchives/boost-users/msg09557.php
Note:
See TracTickets
for help on using tickets.