vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
21 stars 5 forks source link

HandleGraph::for_each_edge requires a bool return value from its iteratee while other for_each things in libhandlegraph don't #8

Closed adamnovak closed 5 years ago

adamnovak commented 5 years ago

We're missing a use of the BoolReturningWrapper there, I think.