Commit 9fcfffc
Don't construct the string outside of vector
This code caused the string to be constructed and then moved into the
vector. With this change the string in constructed inside the vector.1 parent f739a83 commit 9fcfffc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2798 | 2798 | | |
2799 | 2799 | | |
2800 | 2800 | | |
2801 | | - | |
| 2801 | + | |
2802 | 2802 | | |
2803 | 2803 | | |
2804 | 2804 | | |
| |||
0 commit comments