cplusplus / sender-receiver

Issues list for P2300
Apache License 2.0
19 stars 3 forks source link

Seems like there's a typo in P2300R9 #217

Closed emmett2020 closed 3 months ago

emmett2020 commented 5 months ago
image
isidorostsa commented 5 months ago

Also looks like in line 5308: R1(Args&&...) should be R1(Args1&&...): https://github.com/cplusplus/sender-receiver/blob/a50475d90b2aff5175b39e7f6866464c6dc8bf21/execution.bs#L5306-L5308