mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-21 08:10:43 +08:00
small clean
This commit is contained in:
parent
a287bccd40
commit
8d83c0b2b0
@ -1,9 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstddef>
|
#include <array>
|
||||||
#include <utility>
|
|
||||||
#include <cstring>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
// Fast memory storage
|
// Fast memory storage
|
||||||
// stores its contents on the stack when possible, in vector<char> otherwise
|
// stores its contents on the stack when possible, in vector<char> otherwise
|
||||||
|
Loading…
Reference in New Issue
Block a user