mirror of https://github.com/grpc/grpc.git
This fix resolves the following compilation error on GCC8.1.1: ERROR: /home/junhao/tools/grpc/BUILD:1350:1: C++ compilation of rule '//:grpcpp_server_load_reporting' failed (Exit 1) src/cpp/server/load_reporter/util.cc:31:12: error: no member named 'isnormal' in namespace 'std' if (std::isnormal(cost_value)) { ~~~~~^ 1 error generated.pull/16287/head
parent
e916e79cb8
commit
b9decfb35d
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue