|
13401 | 13401 | friend bool operator==(const to_chars_result&, const to_chars_result&) = default;
|
13402 | 13402 | };
|
13403 | 13403 |
|
13404 |
| - to_chars_result to_chars(char* first, char* last, @\placeholder{integer-type}@ value, int base = 10); |
| 13404 | + constexpr to_chars_result to_chars(char* first, char* last, @\placeholder{integer-type}@ value, int base = 10); |
13405 | 13405 | to_chars_result to_chars(char* first, char* last, bool value, int base = 10) = delete;
|
13406 | 13406 |
|
13407 | 13407 | to_chars_result to_chars(char* first, char* last, @\placeholder{floating-point-type}@ value);
|
|
13420 | 13420 | friend bool operator==(const from_chars_result&, const from_chars_result&) = default;
|
13421 | 13421 | };
|
13422 | 13422 |
|
13423 |
| - from_chars_result from_chars(const char* first, const char* last, |
13424 |
| - @\placeholder{integer-type}@& value, int base = 10); |
| 13423 | + constexpr from_chars_result from_chars(const char* first, const char* last, |
| 13424 | + @\placeholder{integer-type}@& value, int base = 10); |
13425 | 13425 |
|
13426 | 13426 | from_chars_result from_chars(const char* first, const char* last, @\placeholder{floating-point-type}@& value,
|
13427 | 13427 | chars_format fmt = chars_format::general);
|
|
13490 | 13490 |
|
13491 | 13491 | \indexlibraryglobal{to_chars}%
|
13492 | 13492 | \begin{itemdecl}
|
13493 |
| -to_chars_result to_chars(char* first, char* last, @\placeholder{integer-type}@ value, int base = 10); |
| 13493 | +constexpr to_chars_result to_chars(char* first, char* last, @\placeholder{integer-type}@ value, int base = 10); |
13494 | 13494 | \end{itemdecl}
|
13495 | 13495 |
|
13496 | 13496 | \begin{itemdescr}
|
|
13621 | 13621 |
|
13622 | 13622 | \indexlibraryglobal{from_chars}%
|
13623 | 13623 | \begin{itemdecl}
|
13624 |
| -from_chars_result from_chars(const char* first, const char* last, |
13625 |
| - @\placeholder{integer-type}@&@\itcorr[-1]@ value, int base = 10); |
| 13624 | +constexpr from_chars_result from_chars(const char* first, const char* last, |
| 13625 | + @\placeholder{integer-type}@&@\itcorr[-1]@ value, int base = 10); |
13626 | 13626 | \end{itemdecl}
|
13627 | 13627 |
|
13628 | 13628 | \begin{itemdescr}
|
|
0 commit comments