Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Discussion: Whether to use auto for iterators #799

Closed
stephengtuggy opened this issue Sep 15, 2023 · 0 comments
Closed

Discussion: Whether to use auto for iterators #799

stephengtuggy opened this issue Sep 15, 2023 · 0 comments

Comments

@stephengtuggy
Copy link
Contributor

          I'm fine with type inference where it is trivial. Example from other languages is something like

let someString = String('blah blah')

However, I'm less comfortable with replacing std::list::iterator with auto. I prefer to clearly see my C++ abominations.

Originally posted by @royfalk in #789 (comment)

@vegastrike vegastrike locked and limited conversation to collaborators Sep 15, 2023
@stephengtuggy stephengtuggy converted this issue into discussion #800 Sep 15, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant