We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab161a7 commit 3ba3c39Copy full SHA for 3ba3c39
doc/api.md
@@ -79,6 +79,8 @@ time formatting and [`fmt/std.h`](#std-api) for other standard library types.
79
80
There are two ways to make a user-defined type formattable: providing a
81
`format_as` function or specializing the `formatter` struct template.
82
+Formatting of non-void pointer types is intentionally disallowed and they
83
+cannot be made formattable via either extension API.
84
85
Use `format_as` if you want to make your type formattable as some other
86
type with the same format specifiers. The `format_as` function should
0 commit comments