ropensci / bikedata

:bike: Extract data from public hire bicycle systems
https://docs.ropensci.org/bikedata
81 stars 16 forks source link

Make all reference args const #75

Closed mpadge closed 6 years ago

mpadge commented 6 years ago

Following the sensible advice of the google C++ style guide, make all arguments passed by reference const, which means making all (current) variable args pointers instead of reference objects.

mpadge commented 6 years ago

Closed for reasons detailed in same issue in osmdata.