Skip to content

Commit

Permalink
Maybe it's something to do with the characters on the line?
Browse files Browse the repository at this point in the history
  • Loading branch information
mpark committed Jan 6, 2025
1 parent 18527cc commit 73fc11e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="generator" content="mpark/wg21" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="dcterms.date" content="2024-12-29" />
<title>Test document for mpark/wg21</title>
<style>
Expand Down Expand Up @@ -579,13 +579,14 @@ <h3 data-number="3.3.1" id="no-syntax-highlighting"><span class="header-section-
<span id="cb1-16"><a href="#cb1-16" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-17"><a href="#cb1-17" aria-hidden="true" tabindex="-1"></a> template &lt;typename I&gt;</span>
<span id="cb1-18"><a href="#cb1-18" aria-hidden="true" tabindex="-1"></a> [[nodiscard]] auto operator()(I i) -&gt; O&lt;I&gt; { /* ... */ };</span>
<span id="cb1-19"><a href="#cb1-19" aria-hidden="true" tabindex="-1"></a>};</span>
<span id="cb1-20"><a href="#cb1-20" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-21"><a href="#cb1-21" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">namespace <em>unspecified</em> { struct sender_base {}; }</code></span></ins></span></span>
<span id="cb1-22"><a href="#cb1-22" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">using <em>unspecified</em>::sender_base;</code></span></ins></span></span>
<span id="cb1-23"><a href="#cb1-23" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-24"><a href="#cb1-24" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">template&lt;class, class&gt; struct <em>as-receiver</em>; <em>// exposition only</em></code></span></ins></span></span>
<span id="cb1-25"><a href="#cb1-25" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">template&lt;class, class&gt; struct <em>as-invocable</em>; <em>// exposition only</em></code></span></ins></span></span></code></pre></div>
<span id="cb1-19"><a href="#cb1-19" aria-hidden="true" tabindex="-1"></a> [[nodiscard]] auto operator()(I i) -&gt; O&lt;I&gt; { /* .</span>
<span id="cb1-20"><a href="#cb1-20" aria-hidden="true" tabindex="-1"></a>};</span>
<span id="cb1-21"><a href="#cb1-21" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-22"><a href="#cb1-22" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">namespace <em>unspecified</em> { struct sender_base {}; }</code></span></ins></span></span>
<span id="cb1-23"><a href="#cb1-23" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">using <em>unspecified</em>::sender_base;</code></span></ins></span></span>
<span id="cb1-24"><a href="#cb1-24" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-25"><a href="#cb1-25" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">template&lt;class, class&gt; struct <em>as-receiver</em>; <em>// exposition only</em></code></span></ins></span></span>
<span id="cb1-26"><a href="#cb1-26" aria-hidden="true" tabindex="-1"></a><span class="add" style="color: #006e28"><ins><span><code class="sourceCode default">template&lt;class, class&gt; struct <em>as-invocable</em>; <em>// exposition only</em></code></span></ins></span></span></code></pre></div>
<h3 data-number="3.3.2" id="c-syntax-highlighting"><span class="header-section-number">3.3.2</span> C++ Syntax Highlighting<a href="#c-syntax-highlighting" class="self-link"></a></h3>
<div class="sourceCode" id="cb2"><pre class="sourceCode cpp"><code class="sourceCode cpp"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="pp">#include </span><span class="im">&lt;iostream&gt;</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="pp">#include </span><span class="im">&quot;foo.h&quot;</span></span>
Expand Down

0 comments on commit 73fc11e

Please sign in to comment.