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
Add const qualifier to get functions and changed map value retrieval to at() function (#379)
Currently getData functions are not const, although they shouldn't
modify the data since they are retrieval functions.
It is a minor change I though about while using the library.
0 commit comments