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
..
cfg clang-format 2021-07-19 00:50:51 +03:00
details Bump fmt to version 8.1.1 and run clang-format 2022-02-12 13:20:15 +02:00
fmt Fixed #2227 2022-02-12 13:59:12 +02:00
sinks Limit max number of rotating files to 200000, not max size 2022-02-14 15:30:06 +08:00
async_logger-inl.h Switch additional information to source location of bad log message 2021-08-17 15:26:59 +02:00
async_logger.h clang-format 2021-07-19 00:50:51 +03:00
async.h Bump fmt to version 8.1.1 and run clang-format 2022-02-12 13:20:15 +02:00
common-inl.h Support C++20 std::format as an alternative to fmtlib 2021-11-13 11:29:05 -05:00
common.h Bump fmt to version 8.1.1 and run clang-format 2022-02-12 13:20:15 +02:00
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
fwd.h Allow forward-declaration of level_enum 2022-01-11 15:12:23 +00:00
logger-inl.h Switch additional information to source location of bad log message 2021-08-17 15:26:59 +02:00
logger.h clang-format 2021-11-16 23:44:35 +02:00
pattern_formatter-inl.h pattern_formatter-inl: fix reorder-ctor warning 2022-02-15 11:26:25 -05:00
pattern_formatter.h Bump fmt to version 8.1.1 and run clang-format 2022-02-12 13:20:15 +02:00
spdlog-inl.h clang-format 2021-07-19 00:50:51 +03:00
spdlog.h clang-format 2021-11-16 23:44:35 +02:00
stopwatch.h clang-format 2021-11-16 23:44:35 +02:00
tweakme.h Fix #2211 2022-02-12 14:06:11 +02:00
version.h Bump version to 1.9.2 2021-08-12 14:10:50 +03:00