Skip to content

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

Description

@mikepurvis

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions