mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
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>