Skip to content

Commit bb7441f

Browse files
committed
Deployed 901e8cc to dev with MkDocs 1.6.1 and mike 2.1.3
1 parent 901e8cc commit bb7441f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ <h3 id="formatting-user-defined-types">Formatting User-Defined Types</h3>
11441144
</a>
11451145
<div class="docblock-desc">
11461146
<div class="docblock">
1147-
<pre><code class="language-cpp decl"><div></div><div>context(iterator out, format_args args, locale_ref loc);</div></code></pre>
1147+
<pre><code class="language-cpp decl"><div></div><div>constexpr context(iterator out, format_args args, locale_ref loc);</div></code></pre>
11481148
<div class="docblock-desc">
11491149
<p>Constructs a <code>context</code> object. References to the arguments are stored in the object so make sure they have appropriate lifetimes. </p>
11501150
</div>
@@ -1309,7 +1309,7 @@ <h3 id="compatibility">Compatibility</h3>
13091309
</div>
13101310
</div>
13111311
<div class="docblock">
1312-
<pre><code class="language-cpp decl"><div></div><div>basic_string_view(const S& s);</div></code></pre>
1312+
<pre><code class="language-cpp decl"><div></div><div>constexpr basic_string_view(const S& s);</div></code></pre>
13131313
<div class="docblock-desc">
13141314
<p>Constructs a string view from a <code>std::basic_string</code> or a <code>std::basic_string_view</code> object. </p>
13151315
</div>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)