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

warning: typedef 'iterator' locally defined but not used #52

Open
mikepurvis opened this issue Apr 20, 2016 · 1 comment
Open

warning: typedef 'iterator' locally defined but not used #52

mikepurvis opened this issue Apr 20, 2016 · 1 comment

Comments

@mikepurvis
Copy link

We get tons of these in our builds:

containers.hpp:256:45: warning: typedef 'iterator' locally defined but not used [-Wunused-local-typedefs]
   typedef typename Implementation::iterator iterator;
containers.hpp:292:45: warning: typedef 'iterator' locally defined but not used [-Wunused-local-typedefs]
   typedef typename Implementation::iterator iterator;
containers.hpp:329:45: warning: typedef 'iterator' locally defined but not used [-Wunused-local-typedefs]
   typedef typename Implementation::iterator iterator;
@stonier
Copy link
Owner

stonier commented May 3, 2016

Handling the 'unused' compile time asserts for templates is a bit trickier...leaving this open for 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