We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e826f37 commit 2c0c964Copy full SHA for 2c0c964
dev/api/index.html
@@ -1623,7 +1623,7 @@ <h2 id="compile-time-support">Compile-Time Support</h2>
1623
<code>FMT_STATIC_FORMAT</code> that allows formatting into a string of the exact
1624
required size at compile time. Compile-time formatting works with built-in
1625
and user-defined formatters that have <code>constexpr</code> <code>format</code> methods.
1626
-Example:</p>
+Example (<a href="https://www.godbolt.org/z/3c13erEoq">run</a>):</p>
1627
<pre class="highlight"><code>template <> struct fmt::formatter<point> {
1628
constexpr auto parse(format_parse_context& ctx) { return ctx.begin(); }
1629
dev/search/search_index.json
0 commit comments