Skip to content

C++11: Use auto in limited scenarios where appropriate #27

Description

@ajbennieston

Use auto where appropriate, e.g. for iterators or other complex types. Avoid using it everywhere, since the code is meant to provide an example, rather than actually be compiled and used, so having type information visible is useful.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions