Skip to content

Commit df45cdd

Browse files
committed
Move 4430 to Immediate
1 parent 55f667d commit df45cdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/issue4430.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4430" status="New">
4+
<issue num="4430" status="Immediate">
55
<title>`from_chars` should not parse `"0b"` base prefixes</title>
66
<section>
77
<sref ref="[charconv.from.chars]"/>
@@ -16,6 +16,8 @@ C23 added support for the `"0b"` and `"0B"` base prefix to `strtol`, and since t
1616
`from_chars` for integers is based on `strol`, this inadvertently added support for parsing
1717
`"0b"` prefixes to `from_chars`.
1818
</p>
19+
20+
<note>Kona 2025-11-07; approved by LWG. Status changed: New &rarr; Immediate.</note>
1921
</discussion>
2022

2123
<resolution>

0 commit comments

Comments
 (0)