You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/01/15 09:54:11 UTC

[GitHub] [incubator-brpc] SOSDAN opened a new issue #1022: src/butil/containers/case_ignored_flat_map.h 中CaseIgnoredFlatSet 定义错误,编译无法通过,不能使用

SOSDAN opened a new issue #1022: src/butil/containers/case_ignored_flat_map.h 中CaseIgnoredFlatSet 定义错误,编译无法通过,不能使用
URL: https://github.com/apache/incubator-brpc/issues/1022
 
 
   **Describe the bug (描述bug)**
   使用该结构的代码无法编译通过
   class CaseIgnoredFlatSet : public butil::FlatMap<
       std::string, CaseIgnoredHasher, CaseIgnoredEqual> {};
   
   **To Reproduce (复现方法)**
   使用该类insert
   
   **Expected behavior (期望行为)**
   代码写错了,应该改为:
   class CaseIgnoredFlatSet : public butil::FlatSet<
       std::string, CaseIgnoredHasher, CaseIgnoredEqual> {};
   
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] jamesge closed issue #1022: src/butil/containers/case_ignored_flat_map.h 中CaseIgnoredFlatSet 定义错误,编译无法通过,不能使用

Posted by GitBox <gi...@apache.org>.
jamesge closed issue #1022: src/butil/containers/case_ignored_flat_map.h 中CaseIgnoredFlatSet 定义错误,编译无法通过,不能使用
URL: https://github.com/apache/incubator-brpc/issues/1022
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] jamesge commented on issue #1022: src/butil/containers/case_ignored_flat_map.h 中CaseIgnoredFlatSet 定义错误,编译无法通过,不能使用

Posted by GitBox <gi...@apache.org>.
jamesge commented on issue #1022: src/butil/containers/case_ignored_flat_map.h 中CaseIgnoredFlatSet 定义错误,编译无法通过,不能使用
URL: https://github.com/apache/incubator-brpc/issues/1022#issuecomment-574982665
 
 
   Thanks for reporting, fixed in https://github.com/apache/incubator-brpc/commit/d81ba3f1bc6a7f4bd09439798678733d24e6a729

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org