diff --git a/Framework/Core/include/Framework/Expressions.h b/Framework/Core/include/Framework/Expressions.h index 55359debf697b..b9775f031c65c 100644 --- a/Framework/Core/include/Framework/Expressions.h +++ b/Framework/Core/include/Framework/Expressions.h @@ -85,12 +85,12 @@ constexpr auto selectArrowType() } #define SELECT_ARROW_TYPE(_Ctype_, _Atype_) \ -template \ - requires std::same_as \ -constexpr auto selectArrowType() \ -{ \ - return atype::_Atype_; \ -} + template \ + requires std::same_as \ + constexpr auto selectArrowType() \ + { \ + return atype::_Atype_; \ + } SELECT_ARROW_TYPE(bool, BOOL); SELECT_ARROW_TYPE(float, FLOAT);