Created on 2000-12-30.00:00:00 last changed 171 months ago
Rationale:
Since size_t is in <stdlib.h>, it must also be in <cstdlib>.
Proposed resolution:
Add the type size_t to Table 78 (section 25.4) and add the type size_t <cstdlib> to Table 97 (section C.2).
The <cstdlib> header file contains prototypes for bsearch and qsort (C++ Standard section 25.4 paragraphs 3 and 4) and other prototypes (C++ Standard section 21.4 paragraph 1 table 49) that require the typedef size_t. Yet size_t is not listed in the <cstdlib> synopsis table 78 in section 25.4.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg2117 |
2010-10-21 18:28:33 | admin | set | messages: + msg2116 |
2000-12-30 00:00:00 | admin | create |