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

Remove leftovers of traits::type_size #1650

Merged
merged 3 commits into from Jul 20, 2015
Merged

Remove leftovers of traits::type_size #1650

merged 3 commits into from Jul 20, 2015

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Jul 5, 2015

This fixes #1644

@pagrubel
Copy link
Member

pagrubel commented Jul 7, 2015

Is this still needed:

hpx/hpx/traits.hpp

Lines 100 to 102 in 3abaedf

// Customization point for type_size
template <typename T, typename Enable = void>
struct type_size;

@hkaiser
Copy link
Member Author

hkaiser commented Jul 7, 2015

@pagrubel Good point, this needs to go!

hkaiser added a commit that referenced this pull request Jul 20, 2015
Remove leftovers of traits::type_size
@hkaiser hkaiser merged commit a64dd4b into master Jul 20, 2015
@hkaiser hkaiser deleted the fixing_1644 branch July 20, 2015 00:45
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.

Remove leftovers of traits::type_size
2 participants