Skip to content

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

@ajbennieston

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions