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 2642ed2 commit fe69195Copy full SHA for fe69195
source/upgrade.txt
@@ -159,6 +159,12 @@ The v4.0 driver introduces the following breaking changes to the API:
159
library equivalents. For context, see the :ref:`Build System Breaking Changes
160
<version-4.0-build-system-breaking>` section.
161
162
+- Removes the ``mongocxx::stdx`` namespace. Replace the following
163
+ types in your code:
164
+
165
+ - ``mongocxx::stdx::optional<T>``. Instead, use ``bsoncxx::stdx::optional<T>``.
166
+ - ``mongocxx::stdx::string_view``. Instead, use ``bsoncxx::stdx::string_view``.
167
168
- Removes the following undocumented ``using`` directives and declarations:
169
170
- ``bsoncxx::builder::types`` from the ``<bsoncxx/builder/list.hpp>`` header file.
0 commit comments