Mark BROKEN
In file included from src/grpc.cpp:13:
./include/process/grpc.hpp:93:21: error: no template named 'ClientAsyncResponseReader' in namespace 'grpc_impl'; did you mean '::grpc::ClientAsyncResponseReader'?
std::unique_ptr<::grpc_impl::ClientAsyncResponseReader<Response>>(Stub::*)(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::grpc::ClientAsyncResponseReader/usr/local/include/grpcpp/impl/codegen/client_context_impl.h:413:24: note: '::grpc::ClientAsyncResponseReader' declared here
friend class ::grpc::ClientAsyncResponseReader;
^In file included from src/grpc.cpp:13:
./include/process/grpc.hpp:238:27: error: no template named 'ClientAsyncResponseReader' in namespace 'grpc_impl'; did you mean '::grpc::ClientAsyncResponseReader'?
std::shared_ptr<::grpc_impl::ClientAsyncResponseReader<Response>> reader =
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::grpc::ClientAsyncResponseReader/usr/local/include/grpcpp/impl/codegen/client_context_impl.h:413:24: note: '::grpc::ClientAsyncResponseReader' declared here
friend class ::grpc::ClientAsyncResponseReader;
^Reported by: pkg-fallout