HEKTO
HEKTO

Reputation: 4191

Mongo C++ driver Ver 3.3.1 and Mongo C Driver compatibility?

The page about the latest version of C++ Driver says:

Please note that this version of mongocxx requires the MongoDB C driver 1.10.1.

Should I get this literally? I'm asking because the latest version of C Driver is 1.13.0... should I rollback to 1.10.1?

Upvotes: 1

Views: 79

Answers (1)

HEKTO
HEKTO

Reputation: 4191

It was a really bad wording on the MongoDB side. This statement should be:

Please note that this version of mongocxx requires the MongoDB C driver with version >= 1.10.1.

Upvotes: 0

Related Questions