Skip to content

Commit 76efb21

Browse files
committed
Set 4175 to Tentatively Ready after five votes in favour
1 parent 737178b commit 76efb21

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

xml/issue4175.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="4175" status="New">
4+
<issue num="4175" status="Tentatively Ready">
55
<title>`get_env()` specified in terms of `as_const()` but this doesn't work with rvalue senders</title>
66
<section><sref ref="[exec.get.allocator]"/><sref ref="[exec.get.stop.token]"/><sref ref="[exec.get.env]"/>
77
<sref ref="[exec.get.domain]"/><sref ref="[exec.get.scheduler]"/>
@@ -26,6 +26,15 @@ allows prvalues to bind to it. We basically just want to require that `get_env()
2626
member-function. The use of `as_const()` does not seem to mirror the semantics of a function with a
2727
<tt>const T&amp;</tt> parameter, so I suggest we change it to something else that expresses the intent.
2828
</p>
29+
30+
<note>2025-02-07; Reflector poll</note>
31+
<p>
32+
Set status to Tentatively Ready after five votes in favour during reflector poll.
33+
</p>
34+
<p>
35+
This could use the "reified object" idea from <sref ref="[range.access]"/>.
36+
</p>
37+
2938
</discussion>
3039

3140
<resolution>

0 commit comments

Comments
 (0)