fix mongo_sink<std::mutex>::instance_ template
This commit is contained in:
		@@ -72,6 +72,7 @@ private:
 | 
				
			|||||||
    std::string coll_name_;
 | 
					    std::string coll_name_;
 | 
				
			||||||
    std::unique_ptr<mongocxx::client> client_ = nullptr;
 | 
					    std::unique_ptr<mongocxx::client> client_ = nullptr;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					template<>
 | 
				
			||||||
mongocxx::instance mongo_sink<std::mutex>::instance_{};
 | 
					mongocxx::instance mongo_sink<std::mutex>::instance_{};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "spdlog/details/null_mutex.h"
 | 
					#include "spdlog/details/null_mutex.h"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user