freeCodeCamp / freeCodeCamp/devdocs
C++ docs: link not correctly extracted
Open
docs/bug
- Dominant language
- Ruby
- Stars
- 39.5k
- Forks
- 2.6k
- Avg merge
- 4d 32m
- Merged PRs (30d)
- 13
Description
Analogous to
https://devdocs.io/cpp/iterator/move_iterator/operator-
there is (e.g. linked in https://devdocs.io/cpp/iterator/move_iterator ) an `operator+`:
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator+
but DevDocs fails to recognize it and the link there goes to a bad url:
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator (i.e. missing trailing `+`)
The same issue is present e.g. for `std::reverse_iterator::operator+`, etc.
Contributor guide
Assessment
This issue has not been assessed yet.