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

[#205] Implemented multimap test #242

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

fz707
Copy link

@fz707 fz707 commented Jul 3, 2023

Implemented localmultimap and multimap test along with file changes

}
};

// template <typename T>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented code

entry->value.push_back(value);

bool inserted = insfun(&entry->value, value, false);
// entry->value.push_back(value);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented code

@@ -1064,8 +1131,8 @@ LocalMultimap<KTYPE, VTYPE, KEY_COMPARE>::Insert(const KTYPE &key,
PENDING_INSERT)) {
rt::impl::yield();
}
entry->value.push_back(value);

// entry->value.push_back(value);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented code

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.

None yet

2 participants