Commit 316b492
Move values into detail::assign
Code cleanup:
Most of the time, values are std::moved into detail::assign,
but not always. This patch makes usage more consistent to
always use std::move, except for ints, floats, and iterators.1 parent 4706f57 commit 316b492
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3716 | 3716 | | |
3717 | 3717 | | |
3718 | 3718 | | |
3719 | | - | |
| 3719 | + | |
3720 | 3720 | | |
3721 | 3721 | | |
3722 | 3722 | | |
| |||
5488 | 5488 | | |
5489 | 5489 | | |
5490 | 5490 | | |
5491 | | - | |
| 5491 | + | |
5492 | 5492 | | |
5493 | 5493 | | |
5494 | 5494 | | |
| |||
5583 | 5583 | | |
5584 | 5584 | | |
5585 | 5585 | | |
5586 | | - | |
| 5586 | + | |
5587 | 5587 | | |
5588 | 5588 | | |
5589 | 5589 | | |
| |||
0 commit comments