We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183bc90 commit eec652aCopy full SHA for eec652a
xml/issue4246.xml
@@ -1,7 +1,7 @@
1
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
4
-<issue num="4246" status="New">
+<issue num="4246" status="Tentatively NAD">
5
<title>Redundant constraint in `range_formatter::format`</title>
6
<section>
7
<sref ref="[format.range.formatter]"/>
@@ -32,6 +32,14 @@ already requires that `T` must be `formattable`.
32
<p>
33
There is no need to perform a redundant check here.
34
</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
43
</discussion>
44
45
<resolution>
0 commit comments