Skip to content

Commit

Permalink
Publish: add missing italics around exposition-only identifier 3565321
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Mar 14, 2024
1 parent f5c0e6f commit fedf434
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions execution.html
Original file line number Diff line number Diff line change
Expand Up @@ -1561,9 +1561,10 @@
blockquote c-[vi] { color: inherit; } /* Name.Variable.Instance */
blockquote c-[il] { color: inherit; } /* Literal.Number.Integer.Long */
</style>
<meta content="Bikeshed version d5d58a306, updated Fri Jan 26 16:12:28 2024 -0800" name="generator">
<meta content="Bikeshed version d765c696b, updated Fri Mar 8 15:58:52 2024 -0800" name="generator">
<link href="https://wg21.link/P2300" rel="canonical">
<link href="https://isocpp.org/favicon.ico" rel="icon">
<meta content="dark light" name="color-scheme">
<style>
pre {
margin-top: 0px;
Expand Down Expand Up @@ -2346,7 +2347,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">D2300R9<br><code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></h1>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Draft Proposal, <time class="dt-updated" datetime="2024-03-05">2024-03-05</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Draft Proposal, <time class="dt-updated" datetime="2024-03-13">2024-03-13</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt class="editor">Authors:
Expand Down Expand Up @@ -7945,9 +7946,10 @@ <h5 class="heading settled" data-level="11.9.9.3" id="spec-execution.senders.rea
is specialized for <code class="highlight"><c- n>read</c-></code> as follows:</p>
<pre class="highlight"><c- k>template</c-><c- o>&lt;></c->
<c- k>struct</c-> <i><c- nc>impls</c-><c- o>-</c-><c- k>for</c-></i><c- o>&lt;</c-><c- n>tag_t</c-><c- o>&lt;</c-><c- n>read</c-><c- o>>></c-> <c- o>:</c-> <i><c- k>default</c-><c- o>-</c-><c- n>impls</c-></i> <c- p>{</c->
<c- k>static</c-> <c- k>constexpr</c-> <c- k>auto</c-> <c- n>start</c-> <c- o>=</c-> <c- p>[](</c-><c- k>auto</c-> <c- n>query</c-><c- p>,</c-> <c- k>auto</c-><c- o>&amp;</c-> <c- n>rcvr</c-><c- p>)</c-> <c- k>noexcept</c-> <c- o>-></c-> <c- b>void</c-> <c- p>{</c->
<i><c- n>TRY</c-><c- o>-</c-><c- n>SET</c-><c- o>-</c-><c- n>VALUE</c-></i><c- p>(</c-><c- n>std</c-><c- o>::</c-><c- n>move</c-><c- p>(</c-><c- n>rcvr</c-><c- p>),</c-> <c- n>query</c-><c- p>(</c-><c- n>get_env</c-><c- p>(</c-><c- n>rcvr</c-><c- p>)));</c->
<c- p>};</c->
<c- k>static</c-> <c- k>constexpr</c-> <c- k>auto</c-> <em><c- n>start</c-></em> <c- o>=</c->
<c- p>[](</c-><c- k>auto</c-> <c- n>query</c-><c- p>,</c-> <c- k>auto</c-><c- o>&amp;</c-> <c- n>rcvr</c-><c- p>)</c-> <c- k>noexcept</c-> <c- o>-></c-> <c- b>void</c-> <c- p>{</c->
<i><c- n>TRY</c-><c- o>-</c-><c- n>SET</c-><c- o>-</c-><c- n>VALUE</c-></i><c- p>(</c-><c- n>std</c-><c- o>::</c-><c- n>move</c-><c- p>(</c-><c- n>rcvr</c-><c- p>),</c-> <c- n>query</c-><c- p>(</c-><c- n>get_env</c-><c- p>(</c-><c- n>rcvr</c-><c- p>)));</c->
<c- p>};</c->
<c- p>};</c->
</pre>
</ol>
Expand Down

0 comments on commit fedf434

Please sign in to comment.