We want to encourage users to include the single headers with the directory prefix:
#include <mongoc/mongoc.h> #include <bson/bson.h>
But some docs examples still include without the prefix:
#include <mongoc.h> #include <bson.h>
- is related to
-
CDRIVER-2801 Support creating darwin framework
- Closed