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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,11 @@ Welcome to the MongoDB C++ Driver!
3
3
4
4
Use this branch if:
5
5
6
-
- You need a production ready release of the C++ driver that is not under active development.
7
6
- You have existing code that used the driver from the server source and want it to continue working without modification.
8
7
9
8
Switch to the legacy branch if:
10
9
11
-
- You are using MongoDB's C++ driver for the first time and do not mind the driver being actively worked on.
10
+
- You are using MongoDB's C++ driver for the first time.
12
11
- You had been using 26compat (or the driver inside of the server source) and want to benefit from incremental improvements while having the same overall API.
13
12
14
13
> **Note:** As of MongoDB 2.6.0-rc1, it is no longer possible to build the driver from the server sources: this repository is the only approved source for driver builds.
0 commit comments