This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of New status.

4329. Customising affine_on for other algorithms

Section: 33.13.3 [exec.affine.on] Status: New Submitter: Dietmar Kühl Opened: 2025-08-31 Last modified: 2025-08-31

Priority: Not Prioritized

View other active issues in [exec.affine.on].

View all other issues in [exec.affine.on].

View all issues with New status.

Discussion:

There are no customisations of affine_on for other algorithms specified. For example, affine_on(just(), sched) can be equivalent to just() because just() completes inline and, thus, on the correct execution context.

Proposed resolution: