ExpressionEvaluation: const fixes
- Make the
Compiler::operatorfunctions non-const as they are modifying thecodemember variable. - Various minor
constand thread-checker fixes. - Update link dependencies, i.e. drop all xAOD packages.
Compiler::operator functions non-const as they are
modifying the code member variable.const and thread-checker fixes.