From b7a23006c5ab492ce58a01ffc539f36b4be559bb Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 3 Mar 2024 12:54:26 +0100 Subject: [PATCH] [charconv.from.chars] Clarify the role of a hex prefix in from_chars --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index 0cf351ef54..5a8ff5e6e0 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -15535,7 +15535,7 @@ the optional exponent part shall not appear; and \item if \tcode{fmt} is \tcode{chars_format::hex}, -the prefix \tcode{"0x"} or \tcode{"0X"} is assumed. +the prefix \tcode{"0x"} or \tcode{"0X"} shall not appear. \begin{example} The string \tcode{0x123} is parsed to have the value