mapbox / variant

C++11/C++14 Variant
BSD 3-Clause "New" or "Revised" License
371 stars 100 forks source link

Promote to mapbox namespace (remove "util") #104

Open jfirebaugh opened 8 years ago

jfirebaugh commented 8 years ago

The extra level util namespace is unnecessary: we're not going to have a conflict on the name variant in the mapbox namespace, and util does not add any semantic information; all of our mapbox-namespaced projects are utilities of some kind.