mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
thread_pool and refactoring async
This commit is contained in:
@@ -785,7 +785,7 @@ inline typename MakeUnsigned<Int>::Type to_unsigned(Int value)
|
||||
// to avoid dynamic memory allocation.
|
||||
enum
|
||||
{
|
||||
INLINE_BUFFER_SIZE = 500
|
||||
INLINE_BUFFER_SIZE = 500 // TODO reduce to 250
|
||||
};
|
||||
|
||||
#if FMT_SECURE_SCL
|
||||
|
Reference in New Issue
Block a user