Skip to content

Conversation

daniel-j-h
Copy link
Contributor

For #104 - cc @artemp @jfirebaugh

In a future version we want to remove the mapbox::util::
namespace. Until then we provide both adding a deprecation
warning to the readme.

Implementation detail: we make the util namespace an inline
namespace - otherwise users could notice us changing the
specific namespace in which our templates were declared in.

The downside here is we can't add a deprecation pragma since
then the mapbox:: namespace would contain it, too.

In a future version we want to remove the `mapbox::util::`
namespace. Until then we provide both adding a deprecation
warning to the readme.

Implementation detail: we make the util namespace an `inline`
namespace - otherwise users could notice us changing the
specific namespace in which our templates were declared in.

The downside here is we can't add a deprecation pragma since
then the `mapbox::` namespace would contain it, too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant