Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate ContextCreator #418

Merged
merged 1 commit into from
Feb 20, 2015
Merged

Deprecate ContextCreator #418

merged 1 commit into from
Feb 20, 2015

Conversation

codemercenary
Copy link
Contributor

This type confusingly conflates the idea of context creation with context mapping. A separate type, ContextMap, already exists to function as a map between a key and a context, and should be preferred. Users should make use of CoreContext::Create or AutoCreateContext if they intend to create and manage a keyed set of contexts.

This type confusingly conflates the idea of context creation with context mapping.  A separate type, ContextMap, already exists to function as a map between a key and a context, and should be preferred.  Users should make use of `CoreContext::Create` or `AutoCreateContext` if they intend to create and manage a keyed set of contexts.
gtremper added a commit that referenced this pull request Feb 20, 2015
@gtremper gtremper merged commit 617a8be into develop Feb 20, 2015
@gtremper gtremper deleted the dep-contextcreator branch February 20, 2015 18:48
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.

2 participants