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

[C++] std::erase_if missing for some containers but not others. #2223

Open
Icantjuddle opened this issue May 21, 2024 · 0 comments
Open

[C++] std::erase_if missing for some containers but not others. #2223

Icantjuddle opened this issue May 21, 2024 · 0 comments
Labels

Comments

@Icantjuddle
Copy link

Icantjuddle commented May 21, 2024

Bug report

It seems that some versions of std::erase_if are not present despite them being in the upstream docs.

For example: https://en.cppreference.com/w/cpp/container/unordered_map/erase_if works but https://devdocs.io/cpp/container/unordered_map/erase_if results in page not found.

This seems similar to:
#2190
#2175

OS information

Running firefox 126.0 on MacOS 14.3.1 on a 13-inch M1 2020 model.

Steps to reproduce

Go to the above link.

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

No branches or pull requests

1 participant