Skip to content

Commit dcb39f7

Browse files
committed
resolve error found by stricter compiler on MacOS 15
1 parent ff1ba1f commit dcb39f7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

patches/grpc-mac.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,16 @@ index 0627429f49..60a86853ba 100644
117117

118118

119119
if(gRPC_INSTALL)
120+
diff --git a/src/core/lib/promise/detail/basic_seq.h b/src/core/lib/promise/detail/basic_seq.h
121+
index 663609d419..226e8579ca 100644
122+
--- a/src/core/lib/promise/detail/basic_seq.h
123+
+++ b/src/core/lib/promise/detail/basic_seq.h
124+
@@ -100,7 +100,7 @@ class BasicSeqIter {
125+
cur_ = next;
126+
state_.~State();
127+
Construct(&state_,
128+
- Traits::template CallSeqFactory(f_, *cur_, std::move(arg)));
129+
+ Traits::template CallSeqFactory<>(f_, *cur_, std::move(arg)));
130+
return PollNonEmpty();
131+
});
132+
}

0 commit comments

Comments
 (0)