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 a6cd72c commit 102752aCopy full SHA for 102752a
doc/api.md
@@ -79,8 +79,6 @@ 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