Unverified Commit 8826011c authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #2102 from yzz-ihep/v1.x

fix mongo_sink<std::mutex>::instance_ template
parents 7812a4c8 d6a78cb8
......@@ -72,6 +72,7 @@ private:
std::string coll_name_;
std::unique_ptr<mongocxx::client> client_ = nullptr;
};
template<>
mongocxx::instance mongo_sink<std::mutex>::instance_{};
#include "spdlog/details/null_mutex.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment