Skip to content

Move values into detail::assign#311

Merged
tzlaine merged 1 commit intoboostorg:developfrom
andreasbuhr:move_second_assign_argument
Feb 14, 2026
Merged

Move values into detail::assign#311
tzlaine merged 1 commit intoboostorg:developfrom
andreasbuhr:move_second_assign_argument

Conversation

@andreasbuhr
Copy link
Contributor

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.

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.
@tzlaine
Copy link
Collaborator

tzlaine commented Feb 14, 2026

Nice catch.

@tzlaine tzlaine merged commit 316b492 into boostorg:develop Feb 14, 2026
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants