We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f6853 commit 47b4f77Copy full SHA for 47b4f77
src/mongocxx/pool.hpp
@@ -69,7 +69,7 @@ class MONGOCXX_API pool {
69
/// @note The lifetime of any entry object must be a subset of the pool object
70
/// from which it was acquired.
71
///
72
- using entry = std::unique_ptr<client, std::function<void(client*)>>;
+ using entry = std::unique_ptr<client, std::function<void MONGOCXX_CALL (client*)>>;
73
74
75
/// Acquires a client from the pool. The calling thread will block until a connection is
0 commit comments