Commit 55cd3f4
committed
Fix a bug in 'backward' library
Reported by LGTM
A const modifier on a return by value has no effect.
This is obviously a mistake and the return type should've been a const&1 parent 7e312c8 commit 55cd3f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
0 commit comments