Opened 6 years ago
Last modified 6 years ago
#12558 new Bugs
reverse_graph is missing degree()
| Reported by: | Owned by: | Jeremiah Willcock | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | graph | 
| Version: | Boost 1.62.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
Commit 50bfd8d added the missing check for degree in BidirectionalGraphConcept, but reverse_graph doesn't implement degree and thus fails the concept check.
  Note:
 See   TracTickets
 for help on using tickets.
    
https://github.com/boostorg/graph/pull/78 adds a unit test and a possible simple fix.