spdlog/include/spdlog
Rosen Penev 8f6d123586 remove std::distance usage
std::distance internally runs a loop, which may or may not be optimized
away. Just use simple arithmetic.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-04 17:07:18 -07:00
..
cfg clang-format 2021-07-19 00:50:51 +03:00
details Merge pull request #2026 from hbwang15/feature/include_twice_fix 2021-08-03 11:35:51 +03:00
fmt check args on formatting 2021-07-21 23:54:11 +01:00
sinks Changed mongo_sink.h so that it does not use C++14-specific std::make_unique 2021-08-02 13:38:59 +02:00
async_logger-inl.h clang-format 2021-07-19 00:50:51 +03:00
async_logger.h clang-format 2021-07-19 00:50:51 +03:00
async.h Fix signed/unsigned mismatch in VS 2021-06-13 19:35:02 +02:00
common-inl.h remove std::distance usage 2021-08-04 17:07:18 -07:00
common.h Fix #2022 2021-07-29 10:09:52 +03:00
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
fwd.h Update fwd.h 2020-03-22 00:54:23 +02:00
logger-inl.h clang-format 2021-07-19 00:50:51 +03:00
logger.h Fix comment and clang-format 2021-07-27 09:19:02 +02:00
pattern_formatter-inl.h clang-format 2021-07-19 00:50:51 +03:00
pattern_formatter.h clang-format 2021-07-19 00:50:51 +03:00
spdlog-inl.h clang-format 2021-07-19 00:50:51 +03:00
spdlog.h replace FormatString template argument with fmt::basic_format_string 2021-07-22 16:23:56 +01:00
stopwatch.h Fix #1676 2020-09-21 03:31:19 +03:00
tweakme.h Fixed building under c++17 2021-06-26 17:36:57 +03:00
version.h Update to version 1.9.1 2021-07-28 15:30:08 +03:00