diff --git a/flang/include/flang/Evaluate/expression.h b/flang/include/flang/Evaluate/expression.h --- a/flang/include/flang/Evaluate/expression.h +++ b/flang/include/flang/Evaluate/expression.h @@ -745,7 +745,7 @@ using Result = SomeKind; EVALUATE_UNION_CLASS_BOILERPLATE(Expr) int GetKind() const; - common::MapTemplate> u; + common::MapTemplate> u; }; template <> class Expr : public ExpressionBase {