Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4753 closed Bugs (fixed)

subgraph remove_edge_if and clear_vertex are "wrong"

Reported by: Trevor Harmon <trevor@…> Owned by: Jeremiah Willcock
Milestone: To Be Determined Component: graph
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

In subgraph.hpp, there are TODOs marking subgraph::remove_edge_if and subgraph::clear_vertex as "wrong". They've been this way since the code was first checked in over 3 years ago. If these methods are incorrect, then their implementations should be replaced with an "assert(false)" so that the wrong code is never invoked (or, alternatively, replaced with the "right" implementations).

Change History (3)

comment:1 by Jeremiah Willcock, 12 years ago

Owner: changed from Andrew Sutton to Jeremiah Willcock
Status: newassigned

comment:2 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [66098]) Fixed remove_edge_if and clear_vertex for subgraphs; commented out remove_vertex; refs #4752; fixes #4753

comment:3 by Jeremiah Willcock, 12 years ago

(In [66100]) Merged r66097, r66098, and r66099 from trunk; refs #4758, #4752, #4753, #4631

Note: See TracTickets for help on using tickets.