Put a space after '<' to avoid chance of digraph

pull/7018/head
Vijay Pai 9 years ago
parent 77073ce99f
commit 5e6edbbb69
  1. 2
      src/compiler/cpp_generator.cc

@ -625,7 +625,7 @@ void PrintHeaderServerMethodStreamedUnary(
printer->Print(*vars,
"WithStreamedUnaryMethod_$Method$() {\n"
" ::grpc::Service::MarkMethodStreamedUnary($Idx$,\n"
" new ::grpc::StreamedUnaryHandler<$Request$, "
" new ::grpc::StreamedUnaryHandler< $Request$, "
"$Response$>(std::bind"
"(&WithStreamedUnaryMethod_$Method$<BaseClass>::"
"Streamed$Method$, this, std::placeholders::_1, "

Loading…
Cancel
Save