File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
3
4
- <issue num =" 4175" status =" New " >
4
+ <issue num =" 4175" status =" Tentatively Ready " >
5
5
<title >`get_env()` specified in terms of `as_const()` but this doesn't work with rvalue senders</title >
6
6
<section ><sref ref =" [exec.get.allocator]" /><sref ref =" [exec.get.stop.token]" /><sref ref =" [exec.get.env]" />
7
7
<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()
26
26
member-function. The use of `as_const()` does not seem to mirror the semantics of a function with a
27
27
<tt >const T& </tt > parameter, so I suggest we change it to something else that expresses the intent.
28
28
</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
+
29
38
</discussion >
30
39
31
40
<resolution >
You can’t perform that action at this time.
0 commit comments