This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of TC1 status.

30. Wrong header for LC_*

Section: 30.3.1.2.1 [locale.category] Status: TC1 Submitter: Nathan Myers Opened: 1998-08-06 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [locale.category].

View all issues with TC1 status.

Discussion:

Paragraph 2 implies that the C macros LC_CTYPE etc. are defined in <cctype>, where they are in fact defined elsewhere to appear in <clocale>.

Proposed resolution:

In 30.3.1.2.1 [locale.category], paragraph 2, change "<cctype>" to read "<clocale>".