Closed trws closed 2 months ago
problem: we're indexing the graph with an end iterator for vertices, which is invalid, instead of the current iterator for the edge we need
solution: use the correct iterator
fixes #1289
Also, this adds a new cmake preset called "rpm" to build with the site flags used by the build farm.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.3%. Comparing base (893e2dc) to head (fb7dde8). Report is 3 commits behind head on master.
893e2dc
fb7dde8
problem: we're indexing the graph with an end iterator for vertices, which is invalid, instead of the current iterator for the edge we need
solution: use the correct iterator
fixes #1289
Also, this adds a new cmake preset called "rpm" to build with the site flags used by the build farm.