mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
stack_buf improvement after code review
This commit is contained in:
parent
057b9ce602
commit
ff0d313936
@ -1,8 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
// Fast memory storage on the stack when possible or in std::vector
|
// Fast memory storage on the stack when possible or in std::vector
|
||||||
namespace c11log
|
namespace c11log
|
||||||
|
Loading…
Reference in New Issue
Block a user