bikedata icon indicating copy to clipboard operation
bikedata copied to clipboard

only use int in src/

Open mpadge opened this issue 7 years ago • 1 comments

The google C++ style guide is a good argument against usage of unsigned int and the like. Modify all src/ code to follow this.

mpadge avatar May 01 '18 16:05 mpadge

okay, the CppCoreGuidelines are much better, while still concurring here.

mpadge avatar May 01 '18 23:05 mpadge