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

Replace any.hpp with std::any #17

Open
Tarnasa opened this issue Oct 19, 2019 · 0 comments
Open

Replace any.hpp with std::any #17

Tarnasa opened this issue Oct 19, 2019 · 0 comments

Comments

@Tarnasa
Copy link

Tarnasa commented Oct 19, 2019

joueur/src/any.hpp made sense in 2016 when c++17 wasn't really a thing, but now that it is, we should replace it with std::any.

I expect this to bring a small performance improvement, since std::any implementations probably have many optimizations, and Any is used basically everywhere in this project.

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

1 participant