Skip to content

Commit

Permalink
Davis-y nitpick. (#223)
Browse files Browse the repository at this point in the history
katzdm authored Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 96d5888 commit 48cb3f5
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2996_reflection/p2996r9.html
Original file line number Diff line number Diff line change
@@ -5352,7 +5352,7 @@ <h3 class="unnumbered" id="lex.phases-phases-of-translation"><span>5.2
constant-evaluated expression within a declaration
<code class="sourceCode cpp"><em>D</em></code>, constructs appearing at
a program point <code class="sourceCode cpp"><em>P</em></code> are
analyzed in a context where every side effect of that expression is
analyzed in a context where each side effect of that expression is
complete if and only if <code class="sourceCode cpp"><em>D</em></code>
is reachable from either <code class="sourceCode cpp"><em>P</em></code>
or a point immediately following the
2 changes: 1 addition & 1 deletion 2996_reflection/reflection.md
Original file line number Diff line number Diff line change
@@ -3152,7 +3152,7 @@ Modify the wording for phases 7-8 of [lex.phases]{.sref} as follows:

[[Constructs that are separately subject to instantiation are specified in ([temp.spec.general]).]{.note}]{.addu}

[During the analysis and translation of tokens, certain expressions are evaluated ([expr.const]). For each plainly constant-evaluated expression within a declaration `$D$`, constructs appearing at a program point `$P$` are analyzed in a context where every side effect of that expression is complete if and only if `$D$` is reachable from either `$P$` or a point immediately following the `$class-specifier$` of a class for which `$P$` is in a complete-class context.]{.addu}
[During the analysis and translation of tokens, certain expressions are evaluated ([expr.const]). For each plainly constant-evaluated expression within a declaration `$D$`, constructs appearing at a program point `$P$` are analyzed in a context where each side effect of that expression is complete if and only if `$D$` is reachable from either `$P$` or a point immediately following the `$class-specifier$` of a class for which `$P$` is in a complete-class context.]{.addu}

[8]{.pnum} [All]{.rm} [Translated translation units are combined and all]{.addu} external entity references are resolved. Library components are linked to satisfy external references to entities not defined in the current translation. All such translator output is collected into a program image which contains information needed for execution in its execution environment.

0 comments on commit 48cb3f5

Please sign in to comment.