freeCodeCamp / freeCodeCamp/devdocs
C++ string::operator>> broken / missing
- Dominant language
- Ruby
- Stars
- 39.5k
- Forks
- 2.6k
- Avg merge
- 4d 32m
- Merged PRs (30d)
- 13
Description
# Documentation style bug
## Summary
In the `non-member functions` we cannot open the `operator>>`
## Actual style
It redirects to this page, which is empty / broken :
https://devdocs.io/cpp/string/basic_string/operator_ltltgtgt
## Expected style
Expected to have access to an equivalent of that : https://cplusplus.com/reference/string/string/operator%3E%3E/
Contributor guide
Research direction
Start from the broken DevDocs URL for the C++ string non-member operator>> entry and compare it with the cplusplus.com reference page. Trace how that entry is sourced and rendered; done means the operator>> page opens in DevDocs and provides equivalent documentation rather than an empty or broken page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100