redefine-grpc-custom-util-status.patch 495 B

1234567891011
  1. --- contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h
  2. +++ contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h
  3. @@ -68,8 +68,9 @@
  4. #ifndef GRPC_CUSTOM_JSONUTIL
  5. #include <google/protobuf/util/json_util.h>
  6. #include <google/protobuf/util/type_resolver_util.h>
  7. +#include <y_absl/status/status.h>
  8. #define GRPC_CUSTOM_JSONUTIL ::google::protobuf::util
  9. -#define GRPC_CUSTOM_UTIL_STATUS ::google::protobuf::util::Status
  10. +#define GRPC_CUSTOM_UTIL_STATUS y_absl::Status
  11. #endif