👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/charconv/to_chars.md b/reference/charconv/to_chars.md index cb05cd2f4..0805a8b6e 100644 --- a/reference/charconv/to_chars.md +++ b/reference/charconv/to_chars.md @@ -7,7 +7,9 @@ ```cpp namespace std { //整数型用 - to_chars_result to_chars(char* first, char* last, /*see below*/ value, int base = 10); // (1) + to_chars_result to_chars(char* first, char* last, /*see below*/ value, int base = 10); // (1) C++17 + constexpr to_chars_result to_chars(char* first, c...