forked from HowardHinnant/date
Introduce %q and %Q to_stream formatting flags
* These flags format a duration. * %Q specifies the duration's numeric value. * %q specifies the duration's SI abbreviation. * Example: format("%Q %q", 45ms) == "45 ms"
This commit is contained in:
1112
include/date/date.h
1112
include/date/date.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user