You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "gloof11 (via GitHub)" <gi...@apache.org> on 2023/06/17 12:52:06 UTC

[GitHub] [incubator-kvrocks] gloof11 commented on pull request #1498: Warning message for invalid key in configuration file

gloof11 commented on PR #1498:
URL: https://github.com/apache/incubator-kvrocks/pull/1498#issuecomment-1595739377

   Just made a commit. I read up on how maps **actually** work in Cpp. In the refactor, if the key that was passed to "iter" was not a valid key via "find()", then it would be equivalent to "past-the-end". It simply checks if both values are considered "past-the-end", and throws an error message if that's the case.


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org