File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ index 0627429f49..60a86853ba 100644
118118
119119 if(gRPC_INSTALL)
120120diff --git a/src/core/lib/promise/detail/basic_seq.h b/src/core/lib/promise/detail/basic_seq.h
121- index 663609d419..226e8579ca 100644
121+ index 663609d419..d5e56019e3 100644
122122--- a/src/core/lib/promise/detail/basic_seq.h
123123+++ b/src/core/lib/promise/detail/basic_seq.h
124124@@ -100,7 +100,7 @@ class BasicSeqIter {
125125 cur_ = next;
126126 state_.~State();
127127 Construct(&state_,
128128- Traits::template CallSeqFactory(f_, *cur_, std::move(arg)));
129- + Traits::template CallSeqFactory<>(f_, *cur_, std::move(arg)));
129+ + Traits::template CallSeqFactory<>(f_, *cur_, std::move(arg))); // add angle brackets to avoid compiler error on MacOS 15
130130 return PollNonEmpty();
131131 });
132132 }
You can’t perform that action at this time.
0 commit comments