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

remove key replacement from TreeMap::insert #145

Merged
merged 1 commit into from
Mar 13, 2015
Merged

remove key replacement from TreeMap::insert #145

merged 1 commit into from
Mar 13, 2015

Conversation

apasel422
Copy link
Contributor

This makes TreeMap consistent with {BTreeMap, HashMap}.

closes #144

This makes `TreeMap` consistent with `{BTreeMap, HashMap}`.

closes #144
Gankra added a commit that referenced this pull request Mar 13, 2015
remove key replacement from `TreeMap::insert`
@Gankra Gankra merged commit f989be1 into Gankra:master Mar 13, 2015
@apasel422 apasel422 deleted the tree branch March 13, 2015 00:43
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.

TreeMap::insert's behavior differs from {BTreeMap, HashMap}
2 participants