mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-22 18:40:05 +00:00
Add "p" to supported types.
This commit is contained in:
parent
d599e3b262
commit
6caa750a00
@ -61,7 +61,7 @@ The grammar for a replacement field is as follows::
|
||||
format_spec: ["+"]["0"][width]["." precision][type]
|
||||
width: integer
|
||||
precision: integer
|
||||
type: "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "o" | "s" | "x" | "X"
|
||||
type: "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "o" | "p" | "s" | "x" | "X"
|
||||
|
||||
Motivation
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user