You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a member function (method) is not modifying the class then make the method be const.
Pointing more at getter functions.
The text was updated successfully, but these errors were encountered:
shahzadlone
changed the title
Make non-modifying functions (getters mostly) const
Make non-modifying functions (getters mostly) const [PATCH]
Feb 5, 2019
jonesmz
changed the title
Make non-modifying functions (getters mostly) const [PATCH]
Make non-modifying functions (getters mostly) const
Feb 5, 2019
jonesmz
added
upstream
Intended to be sent to the upstream project
C++98
Changes that should go first in the patch series.
labels
Feb 5, 2019
If a member function (method) is not modifying the class then make the method be
const
.Pointing more at getter functions.
The text was updated successfully, but these errors were encountered: