alacarte-maps / alacarte

Renderer for OpenStreetMap tiles.
https://alacarte-maps.github.io/
Other
58 stars 18 forks source link

convert enums to enum classes #104

Open florianjacob opened 7 years ago

florianjacob commented 7 years ago

They are typesafe and don't pollute the namespace around them. See http://en.cppreference.com/w/cpp/language/enum#Scoped_enumerations for how they work.