Title
non-member functions specified as const
Status
cd1
Section
[conversions.character]
Submitter
James Kanze

Created on 2002-12-10.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

Fixes an obvious typo

Date: 2010-10-21.18:28:33

Proposed resolution:

In [conversions], remove const from the function declarations of std::toupper and std::tolower

Date: 2002-12-10.00:00:00

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:33adminsetmessages: + msg2459
2010-10-21 18:28:33adminsetmessages: + msg2458
2002-12-10 00:00:00admincreate