mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
New compile time API using SPDLOG_ACTIVE_LEVEL
This commit is contained in:
@@ -98,8 +98,9 @@ private:
|
||||
const padding_info &padinfo_;
|
||||
fmt::memory_buffer &dest_;
|
||||
size_t total_pad_;
|
||||
string_view_t spaces_ {" "
|
||||
" ", 128};
|
||||
string_view_t spaces_{" "
|
||||
" ",
|
||||
128};
|
||||
};
|
||||
|
||||
class flag_formatter
|
||||
|
Reference in New Issue
Block a user