We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8835c commit bab6759Copy full SHA for bab6759
deps/ReactantExtra/tblgen/jl-generators.cc
@@ -293,7 +293,7 @@ end
293
operandname = "operand_" + std::to_string(i);
294
}
295
if (named_operand.isOptional()) {
296
- operandsegmentsizes += "(" + operandname + "==nothing) ? 0 : 1";
+ operandsegmentsizes += "(" + operandname + "==nothing) ? 0 : 1, ";
297
continue;
298
299
operandsegmentsizes += named_operand.isVariadic()
0 commit comments