mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update mdc.h
This commit is contained in:
parent
1253a57db6
commit
8fed530bdf
@ -3,8 +3,10 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include <spdlog/common.h>
|
||||
|
||||
namespace spdlog {
|
||||
class mdc {
|
||||
class SPDLOG_API mdc {
|
||||
public:
|
||||
using mdc_map_t = std::map<std::string, std::string>;
|
||||
|
||||
@ -31,4 +33,4 @@ namespace spdlog {
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace spdlog
|
||||
} // namespace spdlog
|
||||
|
Loading…
Reference in New Issue
Block a user