Skip to content

Commit 2c0c964

Browse files
committed
Deployed e826f37 to dev with MkDocs 1.6.1 and mike 2.1.1
1 parent e826f37 commit 2c0c964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ <h2 id="compile-time-support">Compile-Time Support</h2>
16231623
<code>FMT_STATIC_FORMAT</code> that allows formatting into a string of the exact
16241624
required size at compile time. Compile-time formatting works with built-in
16251625
and user-defined formatters that have <code>constexpr</code> <code>format</code> methods.
1626-
Example:</p>
1626+
Example (<a href="https://www.godbolt.org/z/3c13erEoq">run</a>):</p>
16271627
<pre class="highlight"><code>template &lt;&gt; struct fmt::formatter&lt;point&gt; {
16281628
constexpr auto parse(format_parse_context&amp; ctx) { return ctx.begin(); }
16291629

dev/search/search_index.json

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

0 commit comments

Comments
 (0)