Opened 6 years ago

Last modified 6 years ago

#12558 new Bugs

reverse_graph is missing degree()

Reported by: matthew.barr@… 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.

Change History (1)

comment:1 by matthew.barr@…, 6 years ago

https://github.com/boostorg/graph/pull/78 adds a unit test and a possible simple fix.

Note: See TracTickets for help on using tickets.