Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
escape semantically meaningful braces in [exec.getcomplsigs]
[P2300R10 [exec.getcomplsigs]](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html#spec-execution.getcomplsigs) para 1 contains the following in code font: ``` transform_sender(decltype(get-domain-late(sndr, env)){}, sndr, env) ``` In the current working draft, this is rendered as: ``` transform_sender(decltype(get-domain-late(sndr, env)), sndr, env) ``` Note the missing braces. This is an editing mistake where the braces are not escaped for LaTeX, and hence are ignored.
- Loading branch information