Skip to content

[Entry] C++ unordered map: key_eq() #7146 #7326

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

saumyapandey1998
Copy link

@saumyapandey1998 saumyapandey1998 commented Jul 11, 2025

Added Entry for key_eq() with syntax and examples as required.

Description

Added an entry for key_eq() function.

Issue Solved

Closes #7146

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented Jul 11, 2025

CLA assistant check
All committers have signed the CLA.

@saumyapandey1998
Copy link
Author

CLA assistant check Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

saumyapandey1998 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

I have already signed the CLA Agreement.
Screenshot 2025-07-11 at 22 20 25

@mamtawardhani
Copy link
Collaborator

Hey @saumyapandey1998 the issue is happening because you've raised a PR from your GitHub account, but the commits have been made from your local id. So either sign the CLA from the local id also, otherwise close this and raise a new pr

Added Entry for key_eq() with syntax and examples as
required.
@saumyapandey1998
Copy link
Author

Hey @saumyapandey1998 the issue is happening because you've raised a PR from your GitHub account, but the commits have been made from your local id. So either sign the CLA from the local id also, otherwise close this and raise a new pr

Thank you for the guidance @mamtawardhani ! I have fixed the mismatch

@mamtawardhani mamtawardhani self-assigned this Jul 13, 2025
@mamtawardhani
Copy link
Collaborator

Perfect @saumyapandey1998, we'll review it soon. Thanks

Copy link
Collaborator

@mamtawardhani mamtawardhani left a comment

Choose a reason for hiding this comment

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

Looks good for a second review! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Entry] C++ unordered map: key_eq()
3 participants