Skip to content

enables access to a FieldManagerList in an expression's evaluate() method.

Josh McConnell requested to merge enable_FieldManagerList_access into master

Changes included in this branch enable access to a pointer to a valid FieldManagerList in the expression's evaluate() method. This is required for execution of an ExpressionTree within the evaluate() method of an expression.

Merge request reports