File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ slug = "index"
1212
1313The mongocxx is a ground-up rewrite of a C++ driver for MongoDB based on
1414[ libmongoc] ( http://mongoc.org/ ) . It requires a C++11 compiler. It it
15- known to build on x86 and x86-64 architectures for Linux, Mac OS X ,
15+ known to build on x86 and x86-64 architectures for Linux, macOS ,
1616Windows, FreeBSD and Solaris.
1717
1818The mongocxx driver library includes a matching bson package, bsoncxx, that
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ title = "Installing the mongocxx driver"
1717
1818We currently test the driver with the following configurations:
1919
20-   ; | Linux | OS X | Windows
20+   ; | Linux | macOS | Windows
2121-------|----------|-------------|-------------------
2222 clang | 3.8 | 7.0 (Apple) | -
2323 gcc | 4.8, 5.4 | - | -
@@ -53,7 +53,7 @@ Follow the instructions for building from a tarball at
5353
5454Industry best practices and some regulations require the use of TLS 1.1
5555or newer. The MongoDB C Driver supports TLS 1.1 on Linux if OpenSSL is
56- at least version 1.0.1. On OS X and Windows, the C Driver uses native
56+ at least version 1.0.1. On macOS and Windows, the C Driver uses native
5757TLS implementations that support TLS 1.1.
5858
5959### Step 2: Choose a C++17 polyfill
You can’t perform that action at this time.
0 commit comments