Skip to content

Move values into detail::assign#311

Open
andreasbuhr wants to merge 1 commit intoboostorg:developfrom
andreasbuhr:move_second_assign_argument
Open

Move values into detail::assign#311
andreasbuhr wants to merge 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.
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.

1 participant