File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =' 1.0' encoding =' utf-8' standalone =' no' ?>
2+ <!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3+
4+ <issue num =" 4331" status =" New" >
5+ <title ><code >affine_on</code > shape may be wrong</title >
6+ <section ><sref ref =" [exec.affine.on]" /></section >
7+ <submitter >Dietmar Kühl</submitter >
8+ <date >31 Aug 2025</date >
9+ <priority >99</priority >
10+
11+ <discussion >
12+ <p >
13+ <code >affine_on</code > is specified to take a sender and a scheduler
14+ as arguments. The scheduler is meant to match the scheduler obtained
15+ from the <code >get_scheduler</code > query on the receiver's
16+ environment. Thus, the scheduler argument is redundant and the
17+ semantics become weird if these two schedulers don't match. The
18+ <code >affine_on</code > algorithm should only take the sender as
19+ argument.
20+ </p >
21+ </discussion >
22+
23+ <resolution >
24+ <p >
25+ </p >
26+ </resolution >
27+
28+ </issue >
You can’t perform that action at this time.
0 commit comments