Skip to content

Commit

Permalink
Publish: fix a copy/paste error in the operation_state concept c2cec09
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Jun 14, 2024
1 parent c77c6a0 commit e114792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execution.html
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">P2300R9<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">Published Proposal, <time class="dt-updated" datetime="2024-06-11">2024-06-11</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2024-06-13">2024-06-13</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt class="editor">Authors:
Expand Down Expand Up @@ -8381,7 +8381,7 @@ <h3 class="heading settled" data-level="34.8" id="spec-execution.opstate"><span
<pre class="highlight"><c- k>namespace</c-> <c- nn>std</c-><c- o>::</c-><c- nn>execution</c-> <c- p>{</c->
<c- k>template</c-><c- o>&lt;</c-><c- k>class</c-> <c- nc>O</c-><c- o>></c->
<c- k>concept</c-> <c- nc>operation_state</c-> <c- o>=</c->
<c- n>derived_from</c-><c- o>&lt;</c-><c- k>typename</c-> <c- nc>Rcvr</c-><c- o>::</c-><c- n>operation_state_concept</c-><c- p>,</c-> <c- n>operation_state_t</c-><c- o>></c-> <c- o>&amp;&amp;</c->
<c- n>derived_from</c-><c- o>&lt;</c-><c- k>typename</c-> <c- nc>O</c-><c- o>::</c-><c- n>operation_state_concept</c-><c- p>,</c-> <c- n>operation_state_t</c-><c- o>></c-> <c- o>&amp;&amp;</c->
<c- n>is_object_v</c-><c- o>&lt;</c-><c- n>O</c-><c- o>></c-> <c- o>&amp;&amp;</c->
<c- k>requires</c-> <c- p>(</c-><c- n>O</c-><c- o>&amp;</c-> <c- n>o</c-><c- p>)</c-> <c- p>{</c->
<c- p>{</c-> <c- n>start</c-><c- p>(</c-><c- n>o</c-><c- p>)</c-> <c- p>}</c-> <c- k>noexcept</c-><c- p>;</c->
Expand Down

0 comments on commit e114792

Please sign in to comment.