Skip to content

input_handler destroys graphs prematurely #2

@luksteph

Description

@luksteph

input_handler, when it goes out of scope, calls the destructor of the graph that was passed to it due to the graph going out of scope. This is unwanted behavior, because I want the graphs to be reusable so you can try multiple algorithms on the same graph for convenience.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions