Open Icantjuddle opened 6 months ago
It seems that some versions of std::erase_if are not present despite them being in the upstream docs.
std::erase_if
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
Running firefox 126.0 on MacOS 14.3.1 on a 13-inch M1 2020 model.
Go to the above link.
Hello, can I work on fixing these issues?
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.