mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-29 12:03:53 +00: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.