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

Making sure multiple components are properly initialized from arguments #2335

Merged
merged 1 commit into from Sep 21, 2016

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Sep 17, 2016

Copy link
Member

@sithhell sithhell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except for the missing include in the test.

@hkaiser
Copy link
Member Author

hkaiser commented Sep 19, 2016

@sithhell That should be fixed now, thanks!

@hkaiser
Copy link
Member Author

hkaiser commented Sep 21, 2016

@sithhell Could you approve this PR, please?

@sithhell sithhell merged commit ac8c1d5 into master Sep 21, 2016
@sithhell sithhell deleted the fixing_2323 branch September 21, 2016 09:15
@@ -651,9 +651,11 @@ namespace hpx { namespace components { namespace server
// Note, T and Ts can't be (non-const) references, and parameters
// should be moved to allow for move-only constructor argument
// types.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This note ought to be amended now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Constructing a vector of components only correctly initializes the first component
3 participants