ZhangChaoming opened a new issue, #2630:
URL: https://github.com/apache/brpc/issues/2630

   ``` 
   // cluster_service.h
   class ClusterServiceImpl : public ClusterService {
   public:
       void DescCluster(google::protobuf::RpcController* controller, const 
::DescClusterRequest* request,
                        ::DescClusterResponse* response, 
::google::protobuf::Closure* done) override;
   };
   ```
   
   service.pb.h:1546:16: error: no matching function for call to 
‘google::protobuf::internal::ArenaStringPtr::Set(int, google::protobuf::Arena*)’
    1546 |  _impl_.ip_.Set(static_cast<ArgT0 &&>(arg0), args..., 
GetArenaForAllocation());


-- 
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: dev-unsubscr...@brpc.apache.org.apache.org

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


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

Reply via email to