tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

Examples not compiling #628

Closed christian-oudard closed 1 year ago

christian-oudard commented 1 year ago

Describe the bug The examples hit a compiler error related to C++ version.

To Reproduce Steps to reproduce the behavior:

  1. cd tests-and-examples
  2. cargo run --example=greeter_server 2500 lines of C++ errors: https://gist.github.com/christian-oudard/d039e9b3248413221e192fda7bb5ab4e

Expected behavior The hello server was supposed to run.

System information

Additional context

BusyJay commented 1 year ago

Does the issue exist with the latest master?

christian-oudard commented 1 year ago

Yes, the fix worked, thanks!