Created on 1998-09-29.00:00:00 last changed 171 months ago
Rationale:
Duplicate: 5
The following compare() description is obviously a bug:
int compare(size_type pos, size_type n1, charT *s, size_type n2 = npos) const;
because without passing n2 it should compare up to the end of the string instead of comparing npos characters (which throws an exception)
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg200 |
1998-09-29 00:00:00 | admin | create |