Skip to content

Comments

[#205] Implemented multimap test#242

Open
fz707 wants to merge 5 commits intopnnl:masterfrom
fz707:Multimap_Test
Open

[#205] Implemented multimap test#242
fz707 wants to merge 5 commits intopnnl:masterfrom
fz707:Multimap_Test

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

}
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.

2 participants