This page is a snapshot from the LWG issues list, see theLibrary Active Issues List for more information and the meaning ofCD1 status.
Section: 31[input.output]Status:CD1Submitter: Martin SeborOpened: 2001-03-15Last modified: 2016-01-28
Priority:Not Prioritized
View otheractive issues in [input.output].
View all otherissues in [input.output].
View all issues withCD1 status.
Discussion:
Table 82 in section 27 mentions the header <cstdlib> for Stringstreams (31.8[string.streams]) and the headers <cstdio> and<cwchar> for File streams (31.10[file.streams]). It's not clearwhy these headers are mentioned in this context since they do notdefine any of the library entities described by thesubclauses. According to 16.4.2.2[contents], only such headersare to be listed in the summary.
Proposed resolution:
Remove <cstdlib> and <cwchar> fromTable 82.
[Copenhagen: changed the proposed resolution slightly. Theoriginal proposed resolution also said to remove <cstdio> fromTable 82. However, <cstdio> is mentioned several times withinsection 31.10[file.streams], including 31.13[c.files].]