File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,15 @@ The v4.0 driver introduces the following breaking changes to the API:
159159 library equivalents. For context, see the :ref:`Build System Breaking Changes
160160 <version-4.0-build-system-breaking>` section.
161161
162+ - Removes the following undocumented ``using`` directives and declarations:
163+
164+ - ``bsoncxx::builder::types`` from the ``<bsoncxx/builder/list.hpp>`` header file.
165+ Instead, use ``bsoncxx::types`` from ``<bsoncxx/types.hpp>``.
166+ - ``bsoncxx::builder::stream::concatenate`` from the ``<bsoncxx/builder/stream/helpers.hpp>``
167+ header file. Instead, use ``bsoncxx::builder::concatenate`` from ``<bsoncxx/builder/concatenate.hpp>``.
168+ - ``mongocxx::events::read_preference`` from the ``<mongocxx/events/topology_description.hpp>``
169+ header file. Instead, use ``mongocxx::read_preference`` from ``<mongocxx/read_preference.hpp>``.
170+
162171ABI Breaking Changes in v4.0
163172````````````````````````````
164173
You can’t perform that action at this time.
0 commit comments