bikedata
bikedata copied to clipboard
only use int in src/
The google C++ style guide is a good argument against usage of unsigned int and the like. Modify all src/ code to follow this.
okay, the CppCoreGuidelines are much better, while still concurring here.