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

308. Table 82 mentions unrelated headers

Section: 99 [input.output] Status: CD1 Submitter: Martin Sebor Opened: 2001-03-15 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [input.output].

View all issues with CD1 status.

Discussion:

Table 82 in section 27 mentions the header <cstdlib> for String streams (31.8 [string.streams]) and the headers <cstdio> and <cwchar> for File streams (31.10 [file.streams]). It's not clear why these headers are mentioned in this context since they do not define any of the library entities described by the subclauses. According to 16.4.2.2 [contents], only such headers are to be listed in the summary.

Proposed resolution:

Remove <cstdlib> and <cwchar> from Table 82.

[Copenhagen: changed the proposed resolution slightly. The original proposed resolution also said to remove <cstdio> from Table 82. However, <cstdio> is mentioned several times within section 31.10 [file.streams], including 31.13 [c.files].]