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

No rest() and emplace() #3

Open
devgs opened this issue Dec 30, 2016 · 5 comments
Open

No rest() and emplace() #3

devgs opened this issue Dec 30, 2016 · 5 comments

Comments

@devgs
Copy link

devgs commented Dec 30, 2016

Probably draft was updated since the original implementation. These member functions are very essential AFAIK.

Reference:
http://en.cppreference.com/w/cpp/utility/any

@thelink2012
Copy link
Owner

Yeah, see #2, still not entirely sure what we should do about this interface change.

@devgs
Copy link
Author

devgs commented Dec 30, 2016

Thanks for the prompt reply!

Are there any specific issues related to adding them? It seems like interface is settled now. At least for the last month or so I didn't notice any changes.

@thelink2012
Copy link
Owner

thelink2012 commented Dec 30, 2016

The major issue I see is with people that is using the old interface and blindly clones the repo without the proper commit hash. Plus, whether we should come up with a #ifdef to switch between interfaces.... well, that'll look a bit ugly, eh?

Yes, don't think the interface will change any further as the major compilers are implementing it outside of the experimental namespace already.

@devgs
Copy link
Author

devgs commented Dec 30, 2016

Are you okay with me cloning your repository and making adjustments?

@thelink2012
Copy link
Owner

Yes, I'm okay with that.

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

No branches or pull requests

2 participants