We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d75c13a + 8839382 commit 9c86a2cCopy full SHA for 9c86a2c
Framework/Core/include/Framework/Expressions.h
@@ -85,12 +85,12 @@ constexpr auto selectArrowType()
85
}
86
87
#define SELECT_ARROW_TYPE(_Ctype_, _Atype_) \
88
-template <typename T> \
89
- requires std::same_as<T, _Ctype_> \
90
-constexpr auto selectArrowType() \
91
-{ \
92
- return atype::_Atype_; \
93
-}
+ template <typename T> \
+ requires std::same_as<T, _Ctype_> \
+ constexpr auto selectArrowType() \
+ { \
+ return atype::_Atype_; \
+ }
94
95
SELECT_ARROW_TYPE(bool, BOOL);
96
SELECT_ARROW_TYPE(float, FLOAT);
0 commit comments