Skip to content

Commit ddaf23f

Browse files
authored
DOCSP-45825 - Add C++23 (#93)
1 parent 00f5a9a commit ddaf23f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

source/compatibility.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The first column lists the driver version.
3434
Language Compatibility
3535
----------------------
3636

37-
The following compatibility table specifies the recommended version of the
38-
{+driver-long+} for use with a specific version of C++.
37+
The following compatibility table documents the C++ standards supported for use with each
38+
{+driver-long+} version.
3939

4040
The first column lists the driver version.
4141

source/includes/language-compatibility-table-cxx.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44
:class: compatibility
55

66
* - C++ Driver Version
7+
- C++23
78
- C++20
89
- C++17
910
- C++14
1011
- C++11
1112

12-
* - 3.8 to 4.0
13+
* - 3.8 to 4.1
14+
- ✓
1315
- ✓
1416
- ✓
1517
- ✓
1618
- ✓
1719

1820
* - 3.0 to 3.7
21+
-
1922
-
2023
- ✓
2124
- ✓

source/includes/libmongoc-compatibility-table-cxx.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* - C++ Driver Version
77
- Minimum libmongoc Version
88

9-
* - 4.0.x
9+
* - 4.0.x and 4.1.x
1010
- 1.29.0
1111

1212
* - 3.11.x
@@ -44,5 +44,6 @@
4444

4545
* - 3.0.1 to 3.0.3
4646
- 1.3.4
47+
4748
* - 3.0.0
4849
- 1.3.1

source/includes/mongodb-compatibility-table-cxx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- MongoDB 2.6
1919
- MongoDB 2.4
2020

21-
* - 3.11 to 4.0
21+
* - 3.11 to 4.1
2222
- ✓
2323
- ✓
2424
- ✓

0 commit comments

Comments
 (0)