devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

C++ string::operator>> broken / missing

Open f-michaut opened this issue 5 months ago • 0 comments

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/

f-michaut avatar Jul 26 '25 18:07 f-michaut