mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
stack_buf improvement after code review
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
// Fast memory storage on the stack when possible or in std::vector
|
||||
namespace c11log
|
||||
|
Reference in New Issue
Block a user