Created on 2002-12-10.00:00:00 last changed 171 months ago
Rationale:
Fixes an obvious typo
Proposed resolution:
In [conversions], remove const from the function declarations of std::toupper and std::tolower
The specifications of toupper and tolower both specify the functions as const, althought they are not member functions, and are not specified as const in the header file synopsis in section [locales].
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg2459 |
2010-10-21 18:28:33 | admin | set | messages: + msg2458 |
2002-12-10 00:00:00 | admin | create |