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

Make variables const wherever it is due. #18

Open
shahzadlone opened this issue Feb 5, 2019 · 0 comments
Open

Make variables const wherever it is due. #18

shahzadlone opened this issue Feb 5, 2019 · 0 comments
Labels
C++98 Changes that should go first in the patch series. upstream Intended to be sent to the upstream project

Comments

@shahzadlone
Copy link
Member

Variables that are not being modified should be declared const.

@shahzadlone shahzadlone changed the title Make variables const wherever it is due. Make variables const wherever it is due. [PATCH] Feb 5, 2019
@jonesmz jonesmz added the upstream Intended to be sent to the upstream project label Feb 5, 2019
@jonesmz jonesmz changed the title Make variables const wherever it is due. [PATCH] Make variables const wherever it is due. Feb 5, 2019
@jonesmz jonesmz added the C++98 Changes that should go first in the patch series. label Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++98 Changes that should go first in the patch series. upstream Intended to be sent to the upstream project
Projects
None yet
Development

No branches or pull requests

2 participants