Update mdc.h

pull/3066/head
Gabi Melman 1 year ago committed by GitHub
parent 1f93017403
commit 4517ce8b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,12 +3,11 @@
#pragma once #pragma once
#include <spdlog/common.h>
#include <map> #include <map>
namespace spdlog { namespace spdlog {
class SPDLOG_API mdc { class mdc {
public: public:
static void put(const std::string &key, const std::string &value) { static void put(const std::string &key, const std::string &value) {
get_context()[key] = value; get_context()[key] = value;

Loading…
Cancel
Save