clear old flags from in-place ¨
This commit is contained in:
parent
540b37ae6a
commit
ec11e34dba
@ -81,6 +81,7 @@ B eachm_fn(B fo, B x, BB2B f) {
|
|||||||
}
|
}
|
||||||
default: goto base;
|
default: goto base;
|
||||||
}
|
}
|
||||||
|
REUSE(x);
|
||||||
for (; i < ia; i++) xp[i] = f(fo, mv(xp, i));
|
for (; i < ia; i++) xp[i] = f(fo, mv(xp, i));
|
||||||
return any_squeeze(x);
|
return any_squeeze(x);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user