mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00

with std::vector<char> buf(80), 80 elements are put in the vector, which is not the expected behavior.
with std::vector<char> buf(80), 80 elements are put in the vector, which is not the expected behavior.