mirror of
https://github.com/g-truc/glm.git
synced 2025-04-14 17:13:41 +00:00
reduce default width to compensate new space
This commit is contained in:
parent
325f6b2356
commit
dac18393fa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace io
|
|||
: std::locale::facet(a)
|
||||
, formatted(true)
|
||||
, precision(3)
|
||||
, width(1 + 4 + 1 + precision)
|
||||
, width(4 + 1 + precision)
|
||||
, separator(',')
|
||||
, delim_left('[')
|
||||
, delim_right(']')
|
||||
|
|
Loading…
Add table
Reference in a new issue