Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Remove move() when returning unique_ptr #373

Merged
merged 1 commit into from
Mar 29, 2016

Conversation

parisiale
Copy link
Contributor

Removing the std::move() call when returning the PIDFile unique_ptr from
the daemonize() function, to avoid clang error during compilation
(clang-703.0.29 seems to be more restrictive). Note that unique_ptr only
supports move assignments, so the std::move() call was redundant.

Removing the std::move() call when returning the PIDFile unique_ptr from
the daemonize() function, to avoid clang error during compilation
(clang-703.0.29 seems to be more restrictive). Note that unique_ptr only
supports move assignments, so the std::move() call was redundant.
@mruzicka
Copy link
Contributor

LGTM

@mruzicka mruzicka closed this Mar 29, 2016
@mruzicka mruzicka reopened this Mar 29, 2016
@mruzicka mruzicka merged commit 47b5d5e into puppetlabs:master Mar 29, 2016
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