wy1433 commented on code in PR #2196:
URL: https://github.com/apache/brpc/pull/2196#discussion_r1159601673
##########
src/butil/containers/flat_map.h:
##########
@@ -416,7 +416,7 @@ struct DefaultHasher<std::string> {
std::size_t operator()(const butil::StringPiece& s) const {
std::size_t result = 0;
for (butil::StringPiece::const_iterator
- i = s.begin(); i != s.end(); ++i) {
+ i = s.begin(); i != s.end(); ++i) {
Review Comment:
好的,tks
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]