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

Fix const correctness in multiple places #282

Closed
jslee02 opened this issue Dec 8, 2017 · 0 comments
Closed

Fix const correctness in multiple places #282

jslee02 opened this issue Dec 8, 2017 · 0 comments
Assignees
Milestone

Comments

@jslee02
Copy link
Member

jslee02 commented Dec 8, 2017

At a glance, there are several places violating const correctness like a const function returning a non-const pointer to the member variable.

For example:

However, this issue cannot be fixed now because it will cause other problems that should be fixed by upcoming changes like #278. So this should be fixed once those changes are made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants