This is really a minor issue: There is an error in doxygen comments for rfind()
family functions, in file include/bits/basic_string.h. "@param pos" is wrongly
documented. It reads:
"*  @param pos  Index of character to start search at (default 0)."
while it should be:
"*  @param pos  Index of character to start search at (default end)."


-- 
           Summary: wrong STL docs for rfind()
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: milan dot mimica at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29368

Reply via email to