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

Getting rid of (void) in loops #1369

Closed
wants to merge 1 commit into from
Closed

Getting rid of (void) in loops #1369

wants to merge 1 commit into from

Conversation

dcbdan
Copy link
Contributor

@dcbdan dcbdan commented Jan 30, 2015

No description provided.

@K-ballo
Copy link
Member

K-ballo commented Jan 30, 2015

Why? Those serve a purpose

@hkaiser
Copy link
Member

hkaiser commented Jan 30, 2015

I asked Daniel to remove the (void) casts where those are used with std::size_t only. But in hindsight even then an overloaded operator,(std::size_t, Iterator) can create havoc. Let's keep the (void) after all.

@hkaiser hkaiser closed this Jan 30, 2015
@hkaiser hkaiser added this to the 0.9.10 milestone Jan 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants