Merge pull request #16040 from yang-g/cq

Initialize member in default ctor
pull/16051/head^2
Yang Gao 7 years ago committed by GitHub
commit a3f31d16e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/grpcpp/impl/codegen/completion_queue.h

@ -367,7 +367,7 @@ class ServerCompletionQueue : public CompletionQueue {
protected:
/// Default constructor
ServerCompletionQueue() {}
ServerCompletionQueue() : polling_type_(GRPC_CQ_DEFAULT_POLLING) {}
private:
/// \param is_frequently_polled Informs the GRPC library about whether the

Loading…
Cancel
Save