Skip to content

Commit eec652a

Browse files
committed
Set 4246 to Tentatively NAD
1 parent 183bc90 commit eec652a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

xml/issue4246.xml

Lines changed: 9 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="4246" status="New">
4+
<issue num="4246" status="Tentatively NAD">
55
<title>Redundant constraint in `range_formatter::format`</title>
66
<section>
77
<sref ref="[format.range.formatter]"/>
@@ -32,6 +32,14 @@ already requires that `T` must be `formattable`.
3232
<p>
3333
There is no need to perform a redundant check here.
3434
</p>
35+
36+
<note>2025-06-12; Reflector poll</note>
37+
<p>
38+
Set status to Tentatively NAD. This is not redundant, it might check that
39+
`const T` is formattable, which is not the same as checking that
40+
`T` is formattable.
41+
</p>
42+
3543
</discussion>
3644

3745
<resolution>

0 commit comments

Comments
 (0)