|
5217 | 5217 | \tcode{invalid_argument} if \tcode{strtol}, \tcode{strtoul},
|
5218 | 5218 | \tcode{strtoll}, or \tcode{strtoull} reports that no conversion can be
|
5219 | 5219 | performed. Throws \tcode{out_of_range} if \tcode{strtol}, \tcode{strtoul},
|
5220 |
| -\tcode{strtoll} or \tcode{strtoull} sets \tcode{errno} to \tcode{ERANGE}, |
| 5220 | +\tcode{strtoll} or \tcode{strtoull} sets \tcode{\libmacro{errno}} to \tcode{ERANGE}, |
5221 | 5221 | or if the converted value is outside the range of representable values
|
5222 | 5222 | for the return type.
|
5223 | 5223 | \end{itemdescr}
|
|
5252 | 5252 | \tcode{invalid_argument} if \tcode{strtof}, \tcode{strtod}, or
|
5253 | 5253 | \tcode{strtold} reports that no conversion can be performed. Throws
|
5254 | 5254 | \tcode{out_of_range} if \tcode{strtof}, \tcode{strtod}, or
|
5255 |
| -\tcode{strtold} sets \tcode{errno} to \tcode{ERANGE} |
| 5255 | +\tcode{strtold} sets \tcode{\libmacro{errno}} to \tcode{ERANGE} |
5256 | 5256 | or if the converted value is outside the range of representable
|
5257 | 5257 | values for the return type.
|
5258 | 5258 | \end{itemdescr}
|
|
5341 | 5341 | \throws
|
5342 | 5342 | \tcode{invalid_argument} if \tcode{wcstof}, \tcode{wcstod}, or \tcode{wcstold} reports that no
|
5343 | 5343 | conversion can be performed. Throws \tcode{out_of_range} if \tcode{wcstof}, \tcode{wcstod}, or
|
5344 |
| -\tcode{wcstold} sets \tcode{errno} to \tcode{ERANGE}. |
| 5344 | +\tcode{wcstold} sets \tcode{\libmacro{errno}} to \tcode{ERANGE}. |
5345 | 5345 | \end{itemdescr}
|
5346 | 5346 |
|
5347 | 5347 | \indexlibraryglobal{to_wstring}%
|
|
5500 | 5500 | size_t strlen(const char* s); // freestanding
|
5501 | 5501 | }
|
5502 | 5502 |
|
5503 |
| -#define NULL @\textit{see \ref{support.types.nullptr}}@ // freestanding |
| 5503 | +#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@ // freestanding |
5504 | 5504 | \end{codeblock}
|
5505 | 5505 |
|
5506 | 5506 | \pnum
|
|
0 commit comments