Closed christian-oudard closed 1 year ago
Describe the bug The examples hit a compiler error related to C++ version.
To Reproduce Steps to reproduce the behavior:
cd tests-and-examples
cargo run --example=greeter_server
Expected behavior The hello server was supposed to run.
System information
Additional context
Does the issue exist with the latest master?
Yes, the fix worked, thanks!
Describe the bug The examples hit a compiler error related to C++ version.
To Reproduce Steps to reproduce the behavior:
cd tests-and-examples
cargo run --example=greeter_server
2500 lines of C++ errors: https://gist.github.com/christian-oudard/d039e9b3248413221e192fda7bb5ab4eExpected behavior The hello server was supposed to run.
System information
Additional context