Skip to content
Snippets Groups Projects
Commit b4b92048 authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #2894 from grpc/blast-from-the-past

Removed "<:" bigram confusing gcc 4.4
parents bc447dea 086a9827
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class Proxy : public ::grpc::cpp::test::util::TestService::Service {
}
private:
std::unique_ptr<::grpc::cpp::test::util::TestService::Stub> stub_;
std::unique_ptr< ::grpc::cpp::test::util::TestService::Stub> stub_;
};
class TestServiceImpl : public ::grpc::cpp::test::util::TestService::Service {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment