Files
spdlog/include/spdlog
Adrien Bertrand 9cd9c98f59 pattern_formatter-inl: fix reorder-ctor warning
Fix `Wreorder-ctor` warning

```
spdlog/pattern_formatter-inl.h:1028:7: error: field 'custom_handlers_' will be initialized after field 'need_localtime_' [-Werror,-Wreorder-ctor]
    , custom_handlers_(std::move(custom_user_flags))
      ^
```

Move the initialization of `need_localtime_(true)` right after `pattern_time_type_` as expected.
2022-02-15 11:26:25 -05:00
..
2021-07-19 00:50:51 +03:00
2022-02-12 13:59:12 +02:00
2021-07-19 00:50:51 +03:00
2022-01-11 15:12:23 +00:00
2021-11-16 23:44:35 +02:00
2021-07-19 00:50:51 +03:00
2021-11-16 23:44:35 +02:00
2021-11-16 23:44:35 +02:00
2022-02-12 14:06:11 +02:00
2021-08-12 14:10:50 +03:00