Skip to content

ExpressionEvaluation: thread-checker fixes

Frank Winklmeier requested to merge fwinkl/athena:expreval3 into master
  • suppress const_cast warnings (dictated by TMethodCall interface)
  • remove TODO items as we are now using the thread-safe TSMethodCall)

Relates to ATLASRECTS-7369.

There are still const-violations to be fixed...

Merge request reports