google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Cleanup (storage): Remove gRPC version guards from async_throughput_benchmark.cc

Open ddelgrosso1 opened this issue 1 year ago • 0 comments

MSVC + VCPKG + gRPC (<1.65.4) have some compilation issues (See: https://github.com/grpc/grpc/issues/35297). As a result I added a version guard to async_throughput_benchmark.cc. This should be removed once the version in VCPKG is updated (See: https://github.com/microsoft/vcpkg/pull/39800).

ddelgrosso1 avatar Oct 01 '24 18:10 ddelgrosso1