Skip to content

Commit

Permalink
DOCSP-45825 - Add C++23 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart authored Dec 10, 2024
1 parent 00f5a9a commit ddaf23f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The first column lists the driver version.
Language Compatibility
----------------------

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

The first column lists the driver version.

Expand Down
5 changes: 4 additions & 1 deletion source/includes/language-compatibility-table-cxx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
:class: compatibility

* - C++ Driver Version
- C++23
- C++20
- C++17
- C++14
- C++11

* - 3.8 to 4.0
* - 3.8 to 4.1
- ✓
- ✓
- ✓
- ✓
- ✓

* - 3.0 to 3.7
-
-
- ✓
- ✓
Expand Down
3 changes: 2 additions & 1 deletion source/includes/libmongoc-compatibility-table-cxx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* - C++ Driver Version
- Minimum libmongoc Version

* - 4.0.x
* - 4.0.x and 4.1.x
- 1.29.0

* - 3.11.x
Expand Down Expand Up @@ -44,5 +44,6 @@

* - 3.0.1 to 3.0.3
- 1.3.4

* - 3.0.0
- 1.3.1
2 changes: 1 addition & 1 deletion source/includes/mongodb-compatibility-table-cxx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- MongoDB 2.6
- MongoDB 2.4

* - 3.11 to 4.0
* - 3.11 to 4.1
- ✓
- ✓
- ✓
Expand Down

0 comments on commit ddaf23f

Please sign in to comment.