devdocs
devdocs copied to clipboard
C++ docs: link not correctly extracted
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.
Hi i am the first one who has commented on this issue please do assign this bug to me for resolving this bug i will be very very happy for that.
I will fix this issue within 2 or 3 days
hi sir actually i have started working on this issue but accidentally i am moved form this can you please reassign it to me
Thanks for this help ojeytonwilliams
No problem, best of luck.
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.
I'm having a bit of a problem understanding the root issue is here and it's possible that the issue has been solved with changes over time
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+)
- https://en.cppreference.com/w/cpp/iterator/move_iterator/operator+ exists as https://devdocs.io/cpp/iterator/move_iterator/operator_plus_ and the attribution at the bottom of the page links to https://en.cppreference.com/w/cpp/iterator/move_iterator/operator%2B which correctly decodes
and the link there goes to a bad url: https://en.cppreference.com/w/cpp/iterator/move_iterator/operator (i.e. missing trailing
+)
- Where is the link to
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator?
The same issue is present e.g. for
std::reverse_iterator::operator+, etc.
Looks to be exist here https://devdocs.io/cpp/iterator/reverse_iterator/operator_plus_ which links to https://en.cppreference.com/w/cpp/iterator/reverse_iterator/operator%2B
Seems to be fixed by now.