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

Enum types should use C++ 11 enum classes instead of unscoped enums #2

Open
devhawk opened this issue Jul 4, 2019 · 1 comment
Open

Comments

@devhawk
Copy link

devhawk commented Jul 4, 2019

http://www.stroustrup.com/C++11FAQ.html#enum

@igormcoelho
Copy link
Member

igormcoelho commented Jul 4, 2019

Now I finally got the point of why my enums were "leaking" types.... there's a new feature to prevent this, very intersting!

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