Skip to content

eflowRec : Make it pass the static thread safety checker. Also some clang-tidy inspired fixes

eflowRec

  • Make it pass the static thread safety checker.
  • Also some clang-tidy inspired fixes

The first is continuation of previous efforts again the code seem to had some const where it did not need to, and did not have const where it could have...

@mhodgkin @manthony after this you could contemplate trying to go for "re-entrant" ...

Merge request reports