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

Consistently use decay<T> instead of remove_const< remove_reference<T>> #829

Closed
hkaiser opened this issue Aug 31, 2013 · 1 comment
Closed
Assignees
Labels
category: core difficulty: easy Good issues for starting out with HPX development type: enhancement
Milestone

Comments

@hkaiser
Copy link
Member

hkaiser commented Aug 31, 2013

We inconsistently use different methods of decaying argument types. This needs to be consolidated to use a uniform util::decay<T> which follows the semantics of std::decay<T>.

@ghost ghost assigned K-ballo Aug 31, 2013
@hkaiser
Copy link
Member Author

hkaiser commented Aug 31, 2013

This has been fixed in b629eca

@hkaiser hkaiser closed this as completed Aug 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: core difficulty: easy Good issues for starting out with HPX development type: enhancement
Projects
None yet
Development

No branches or pull requests

2 participants