freeCodeCamp / freeCodeCamp/devdocs
C++ docs: link not correctly extracted
Abierto
docs/bug
- Lenguaje dominante
- Ruby
- Estrellas
- 39.5k
- Forks
- 2.6k
- Merge medio
- 4 d 32 min
- PR fusionados (30 d)
- 13
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.