Skip to content
Snippets Groups Projects
Commit ffa47093 authored by Andre Sailer's avatar Andre Sailer
Browse files

grpcio: add patch for clang19

parent db3a02ad
No related branches found
No related tags found
1 merge request!2686SPI-2694 grpcio: add patch for clang19
Pipeline #9900934 passed
......@@ -10,3 +10,8 @@
+++ third_party/zlib/gzguts.h 2023-06-06 19:08:24.693951456 +0200
@@ -4,0 +5 @@
+#include <unistd.h>
--- src/core/lib/promise/detail/basic_seq.h~ 2023-07-14 20:04:35.000000000 +0200
+++ src/core/lib/promise/detail/basic_seq.h 2025-01-16 11:20:51.364742675 +0100
@@ -474 +474 @@
- Traits::template CallSeqFactory(f_, *cur_, std::move(arg)));
+ Traits::template CallSeqFactory<>(f_, *cur_, std::move(arg)));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment