ofBook
ofBook copied to clipboard
data types to auto
There is a typo at the 312th line under "Vectors of pointers to objects" title. I edited all of the "vector<Particle>::iterator it;" lines to "auto it;"
To me it would be ok to use auto where it is possible, it make things easier from a beginner point of view. Are there any opinions against merging this PR?