There was an error while loading. Please reload this page.
1 parent ae4f793 commit ccfb256Copy full SHA for ccfb256
examples/mongocxx/instance_management.cpp
@@ -75,7 +75,7 @@ void configure(mongocxx::uri uri) {
75
class noop_logger : public mongocxx::logger {
76
public:
77
virtual void operator()(mongocxx::log_level, mongocxx::stdx::string_view,
78
- mongocxx::stdx::string_view message) noexcept {}
+ mongocxx::stdx::string_view) noexcept {}
79
};
80
81
mongo_access::instance().configure(
0 commit comments