mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-28 00:10:21 +08:00
Fix #3194 month name
This commit is contained in:
parent
4effc91705
commit
eab1f6d5f5
@ -162,7 +162,7 @@ public:
|
|||||||
|
|
||||||
// Abbreviated month
|
// Abbreviated month
|
||||||
static const std::array<const char *, 12> months{
|
static const std::array<const char *, 12> months{
|
||||||
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"}};
|
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}};
|
||||||
|
|
||||||
template <typename ScopedPadder>
|
template <typename ScopedPadder>
|
||||||
class b_formatter final : public flag_formatter {
|
class b_formatter final : public flag_formatter {
|
||||||
|
Loading…
Reference in New Issue
Block a user