Skip to content

ExpressionEvaluation: make IProxyLoader::load interfaces const

Frank Winklmeier requested to merge fwinkl/athena:expreval2 into master

Another step in making ExpressionEvaluation pass the thread-checker. Here we make all the load interfaces const. This doesn't result in any functional changes. The last step will be to decide what to do with the non-const variableTypeFromString which is responsible for filling the accessor cache.

Relates to ATLASRECTS-7369.

cc @ssnyder @christos @jcatmore

Merge request reports

Loading