Commit 244eb2c
committed
minor #49763 Replace "use-by-ref" by static vars when possible in closures (nicolas-grekas)
This PR was merged into the 6.3 branch.
Discussion
----------
Replace "use-by-ref" by static vars when possible in closures
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Might be easier to grasp.
Commits
-------
65422ecf4b Replace "use-by-ref" by static vars when possible in closures1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
0 commit comments