mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +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.