Skip to content

correct formatting in connect-awaitable#8207

Merged
jensmaurer merged 1 commit into
cplusplus:mainfrom
ericniebler:ericniebler-patch-1
Sep 3, 2025
Merged

correct formatting in connect-awaitable#8207
jensmaurer merged 1 commit into
cplusplus:mainfrom
ericniebler:ericniebler-patch-1

Conversation

@ericniebler

Copy link
Copy Markdown
Contributor

some references to a local variable are in italics, where they should be in normal code font.

The first fn on line 2819 is actually referring to the local fn on line 2816, and should therefore be in code font.

The fn on line 2825 also refers to the local on 2816 and should be in code font also.

some references to a local variable are in italics, where they should be in normal code font.
Comment thread source/exec.tex
[[noreturn]] void await_resume() noexcept { unreachable(); }
};
return awaiter{@\exposid{fn}@};
return awaiter{fn};

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better to rename the outer fn?

@jensmaurer jensmaurer merged commit e8d4c8e into cplusplus:main Sep 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants