mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
formatting
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
namespace spdlog { namespace details {
|
||||
namespace spdlog {
|
||||
namespace details {
|
||||
struct log_msg
|
||||
{
|
||||
log_msg() = default;
|
||||
@@ -40,4 +41,5 @@ struct log_msg
|
||||
fmt::MemoryWriter formatted;
|
||||
size_t msg_id{0};
|
||||
};
|
||||
}} // namespace spdlog::details
|
||||
} // namespace details
|
||||
} // namespace spdlog
|
||||
|
Reference in New Issue
Block a user