Commit e78ee04
perldelta.pod: describe the bug where "0+" methods were sometimes called in reverse order
The previous commit "pp.c, pp_hot.c: Reorder SvXV_nomg() to fetch operands
in left-to-right order" will not only change the order of "Use of
uninialized value" warnings, but actually also change the order of
the call of "0+" overloading methods for each operands.1 parent dbbbb38 commit e78ee04
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
379 | 390 | | |
380 | 391 | | |
381 | 392 | | |
| |||
0 commit comments