We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e974be2 commit c8b48aeCopy full SHA for c8b48ae
source/upgrade.txt
@@ -133,7 +133,12 @@ Build System Breaking Changes in v4.1
133
134
The v4.1 driver introduces the following breaking changes to the build system:
135
136
-- Requires MongoDB C Driver v2.0.0 or later.
+- Requires MongoDB C Driver v2.0.0 or later
137
+
138
+ABI Breaking Changes in v4.1
139
+````````````````````````````
140
+The v4.1 driver introduces the following breaking changes to the ABI:
141
142
- Declares C++17 polyfill implementations for ``optional<T>`` and ``string_view`` in the ``bsoncxx::v1::stdx`` namespace. The
143
``bsoncxx::v_noabi::stdx`` namespace now contains type aliases to their v1
144
equivalents.
0 commit comments