Skip to content

Commit a03428a

Browse files
committed
Deployed e7d248a to dev with MkDocs 1.6.1 and mike 2.1.1
1 parent e7d248a commit a03428a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dev/api/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,9 @@ <h3 id="formatting-user-defined-types">Formatting User-Defined Types</h3>
824824
containers such as <code>std::vector</code>, <a href="#chrono-api"><code>fmt/chrono.h</code></a> for date and
825825
time formatting and <a href="#std-api"><code>fmt/std.h</code></a> for other standard library types.</p>
826826
<p>There are two ways to make a user-defined type formattable: providing a
827-
<code>format_as</code> function or specializing the <code>formatter</code> struct template.</p>
827+
<code>format_as</code> function or specializing the <code>formatter</code> struct template.
828+
Formatting of non-void pointer types is intentionally disallowed and they
829+
cannot be made formattable via either extension API.</p>
828830
<p>Use <code>format_as</code> if you want to make your type formattable as some other
829831
type with the same format specifiers. The <code>format_as</code> function should
830832
take an object of your type and return an object of a formattable type.

dev/search/search_index.json

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

dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)