You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* replace `classmongocxx_1_1` with `classmongocxx_1_1v__noabi_1_1`
* replace `classbsoncxx_1_1` with `classbsoncxx_1_1v__noabi_1_1`
* fix links to GitHub sources
* replace `http://mongocxx.org` with `https://mongocxx.org`
* fix link to `insert_one_result`
* replace `mongodb.github.io` with `mongocxx.org`
object and passing it to `tls_opts` on mongocxx::options::client.
26
26
27
27
For example, to use a custom CA or to disable certificate validation,
@@ -109,7 +109,7 @@ See the MongoDB server
109
109
for more information about determining the subject name from the
110
110
certificate.
111
111
112
-
The PEM file can also be specified using the [mongocxx::options::tls]({{< api3ref classmongocxx_1_1options_1_1tls >}}) class, see the first "Configuring TLS/SSL" example above.
112
+
The PEM file can also be specified using the [mongocxx::options::tls]({{< api3ref classmongocxx_1_1v__noabi_1_1options_1_1tls >}}) class, see the first "Configuring TLS/SSL" example above.
Many driver methods take a document::view_or_value parameter, for example, [`run_command`](https://github.com/mongodb/mongo-cxx-driver/blob/master/src/mongocxx/database.hpp#L83-L92):
235
+
Many driver methods take a document::view_or_value parameter, for example, [`run_command`](https://github.com/mongodb/mongo-cxx-driver/blob/master/src/mongocxx/include/mongocxx/v_noabi/mongocxx/database.hpp#L144-L153):
There is an analogous method, [from_json()](https://github.com/mongodb/mongo-cxx-driver/blob/master/src/bsoncxx/json.hpp#L60-L68), to build document::values out of existing JSON strings.
310
+
There is an analogous method, [from_json()](https://github.com/mongodb/mongo-cxx-driver/blob/master/src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/json.hpp#L57-L67), to build document::values out of existing JSON strings.
311
311
312
312
### <aname="fields">Getting Fields out of BSON Documents</a>
313
313
@@ -335,7 +335,7 @@ This feature is shown in more detail in [this example](https://github.com/mongod
335
335
336
336
The [BSON specification](http://bsonspec.org/spec.html) provides a list
337
337
of supported types. These are represented in C++ using the
0 commit comments