fgerlits commented on code in PR #1367:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1367#discussion_r934396497


##########
libminifi/include/utils/Id.h:
##########
@@ -141,18 +142,14 @@ struct hash<org::apache::nifi::minifi::utils::Identifier> 
{
   size_t operator()(const org::apache::nifi::minifi::utils::Identifier& id) 
const noexcept {
     static_assert(sizeof(org::apache::nifi::minifi::utils::Identifier) % 
sizeof(size_t) == 0);
     constexpr int slices = 
sizeof(org::apache::nifi::minifi::utils::Identifier) / sizeof(size_t);

Review Comment:
   ah yes, thanks, I somehow missed that, never mind



-- 
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]

Reply via email to