Skip to content

Commit

Permalink
DOCSP-45312: Remove using directives/declarations (#79)
Browse files Browse the repository at this point in the history
* DOCSP-45312: Remove using directives/declarations

* EC feedback
  • Loading branch information
norareidy authored Nov 22, 2024
1 parent 4eba4d9 commit 2642ed2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,15 @@ The v4.0 driver introduces the following breaking changes to the API:
library equivalents. For context, see the :ref:`Build System Breaking Changes
<version-4.0-build-system-breaking>` section.

- Removes the following undocumented ``using`` directives and declarations:

- ``bsoncxx::builder::types`` from the ``<bsoncxx/builder/list.hpp>`` header file.
Instead, use ``bsoncxx::types`` from ``<bsoncxx/types.hpp>``.
- ``bsoncxx::builder::stream::concatenate`` from the ``<bsoncxx/builder/stream/helpers.hpp>``
header file. Instead, use ``bsoncxx::builder::concatenate`` from ``<bsoncxx/builder/concatenate.hpp>``.
- ``mongocxx::events::read_preference`` from the ``<mongocxx/events/topology_description.hpp>``
header file. Instead, use ``mongocxx::read_preference`` from ``<mongocxx/read_preference.hpp>``.

ABI Breaking Changes in v4.0
````````````````````````````

Expand Down

0 comments on commit 2642ed2

Please sign in to comment.