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

Add hpx::util::any #750

Closed
2 tasks done
hkaiser opened this issue Apr 14, 2013 · 1 comment
Closed
2 tasks done

Add hpx::util::any #750

hkaiser opened this issue Apr 14, 2013 · 1 comment

Comments

@hkaiser
Copy link
Member

hkaiser commented Apr 14, 2013

Add a generic new data type equivalent to boost::any (or the new std::any). The main differences (additions) to those are:

  • hpx::util::any has to be usable in remote contexts (i.e. has to be serializable)
  • hpx::util::any should be move enabled
@ghost ghost assigned EverYoung124 Apr 14, 2013
@hkaiser
Copy link
Member Author

hkaiser commented Apr 15, 2013

This has been implemented

@hkaiser hkaiser closed this as completed Apr 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants