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

C++17 Interface #2

Open
thelink2012 opened this issue Sep 5, 2016 · 2 comments
Open

C++17 Interface #2

thelink2012 opened this issue Sep 5, 2016 · 2 comments

Comments

@thelink2012
Copy link
Owner

According to cppreference documentation (can't find the latest draft), the C++17 interface for std::any is a bit different from the one we are basing on, std::experimental::any. Function names changed and a few were added.

What should we do? Migrate to the new interface? Keep this?

Suggestions are very welcome.

Additional Info:

@smancill
Copy link

smancill commented Oct 25, 2016

This is the latest draft I could find, and it contains the new interface (section 20.8):

http://open-std.org/JTC1/SC22/WG21/docs/papers/2016/n4606.pdf

I would suggest to follow the draft, maybe creating another repo/branch and deprecating this.

@trueqbit
Copy link
Contributor

Simply branching off the legacy version would be the best approach?
Your any implementation is still very useful as compilation for embedded platforms is still many times constrained to C++11.

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

3 participants