We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7812a4c + d6a78cb commit 8826011Copy full SHA for 8826011
include/spdlog/sinks/mongo_sink.h
@@ -72,6 +72,7 @@ class mongo_sink : public base_sink<Mutex>
72
std::string coll_name_;
73
std::unique_ptr<mongocxx::client> client_ = nullptr;
74
};
75
+template<>
76
mongocxx::instance mongo_sink<std::mutex>::instance_{};
77
78
#include "spdlog/details/null_mutex.h"
0 commit comments