martinzink commented on code in PR #2001:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2001#discussion_r2257326653
##########
utils/include/core/controller/ControllerService.h:
##########
@@ -105,6 +106,9 @@ class ControllerServiceImpl : public
ConfigurableComponentImpl, public Connectab
linked_services_ = services;
}
+
+ static constexpr auto ApiImplementations =
std::array<ControllerServiceApiDefinition, 0>{};
+
Review Comment:
Yeah, during compilation we reference it for every ControllerService typed
resource
https://github.com/martinzink/nifi-minifi-cpp/blob/69111f4d239c37f4f1046604de7e4d03e968846f/utils/include/agent/agent_docs.h#L73
--
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]