Skip to content

Commit 0a6e2e5

Browse files
committed
Set 4184 to Tentatively NAD
1 parent 983231a commit 0a6e2e5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

xml/issue4184.xml

Lines changed: 10 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="4184" status="New">
4+
<issue num="4184" status="Tentatively NAD">
55
<title>Domain of <code>ranges::c<i>meow</i></code> doesn't match <code>ranges::<i>meow</i></code></title>
66
<section><sref ref="[range.access]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -42,6 +42,15 @@ int main() {
4242
(void) std::ranges::cdata(r);
4343
}
4444
</pre></blockquote>
45+
46+
<note>2025-02-07; Reflector poll: NAD</note>
47+
<p>
48+
"We don't need to support `ranges::cbegin` on non-ranges."
49+
</p>
50+
<p>
51+
"Seems to be very similar to LWG <iref ref="3913"/> which LWG closed as NAD."
52+
</p>
53+
4554
</discussion>
4655

4756
<resolution>

0 commit comments

Comments
 (0)