mongo-cxx-drivermongo-c-driver

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?


Solution

  • 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.