This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/29368] New: wrong STL docs for rfind()
- From: "milan dot mimica at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2006 11:14:50 -0000
- Subject: [Bug libstdc++/29368] New: wrong STL docs for rfind()
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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