-
Notifications
You must be signed in to change notification settings - Fork 36
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
Comments
Yeah, see #2, still not entirely sure what we should do about this interface change. |
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. |
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 Yes, don't think the interface will change any further as the major compilers are implementing it outside of the experimental namespace already. |
Are you okay with me cloning your repository and making adjustments? |
Yes, I'm okay with that. |
Probably draft was updated since the original implementation. These member functions are very essential AFAIK.
Reference:
http://en.cppreference.com/w/cpp/utility/any
The text was updated successfully, but these errors were encountered: