freeCodeCamp / devdocs

API Documentation Browser
https://devdocs.io
Mozilla Public License 2.0
34.34k stars 2.29k forks source link

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

Open Icantjuddle opened 1 month ago

Icantjuddle commented 1 month ago

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: https://github.com/freeCodeCamp/devdocs/issues/2190 https://github.com/freeCodeCamp/devdocs/issues/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.