boshkins / pelopia

Pelias-like geocoding solution implemented in C++ and intended to be used locally (offline) on a desktop or a portable device over a relatively small set of data (e.g. a city).
4 stars 1 forks source link

Use auto (c++11) #24

Open boshkins opened 8 years ago

boshkins commented 8 years ago

Add use of auto where appropriate.