pitrou commented on a change in pull request #12242:
URL: https://github.com/apache/arrow/pull/12242#discussion_r791016689
##########
File path: cpp/src/arrow/compute/api_aggregate.h
##########
@@ -46,7 +46,7 @@ class ExecContext;
class ARROW_EXPORT ScalarAggregateOptions : public FunctionOptions {
public:
explicit ScalarAggregateOptions(bool skip_nulls = true, uint32_t min_count =
1);
- constexpr static char const kTypeName[] = "ScalarAggregateOptions";
+ static constexpr char const kTypeName[] = "ScalarAggregateOptions";
Review comment:
This is working around a slightly silly parsing bug:
https://github.com/michaeljones/breathe/issues/787
@lidavidm What do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]