mirror of
https://github.com/gabime/spdlog.git
synced 2026-01-02 01:47:54 +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.