You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
cfg clang-format 4 years ago
details Merge pull request #2026 from hbwang15/feature/include_twice_fix 4 years ago
fmt check args on formatting 4 years ago
sinks Changed mongo_sink.h so that it does not use C++14-specific std::make_unique 4 years ago
async.h Fix signed/unsigned mismatch in VS 4 years ago
async_logger-inl.h clang-format 4 years ago
async_logger.h clang-format 4 years ago
common-inl.h remove std::distance usage 4 years ago
common.h Fix #2022 4 years ago
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
fwd.h Update fwd.h 6 years ago
logger-inl.h clang-format 4 years ago
logger.h Fix comment and clang-format 4 years ago
pattern_formatter-inl.h clang-format 4 years ago
pattern_formatter.h clang-format 4 years ago
spdlog-inl.h clang-format 4 years ago
spdlog.h replace FormatString template argument with fmt::basic_format_string 4 years ago
stopwatch.h Fix #1676 5 years ago
tweakme.h Fixed building under c++17 4 years ago
version.h Update to version 1.9.1 4 years ago