FrozenGene edited a comment on issue #1756: [RUNTIME][RPC]C++ RPC Server URL: https://github.com/apache/incubator-tvm/pull/1756#issuecomment-550119753 > We should keep cpp_rpc's dependences in a limited region, then fix these cpp file using <c++11 features. maybe @FrozenGene's PR will include these changes. Thanks. I will make the cpp_rpc use `libtvm_runtime.so`, not `libtvm.so`, which shouldn't need C++11. However, I haven't required cpp_rpc should use C++03, so in cpp_rpc's code, we still have `std::to_string`, `auto` and so on. unluckily, I am in the open source process of our BU, so I plan to keep it using C++11 currently and could modify the code to C++03 next.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
