-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-45314: Removed headers #84
Conversation
✅ Deploy Preview for docs-cpp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a question but lgtm
source/upgrade.txt
Outdated
@@ -159,6 +159,13 @@ 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 headers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: would C++ devs be familiar with the term "headers" or do you think some more explanation could be useful here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed to "header files" to be more specific, but both headers/header files are mentioned throughout the docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion; otherwise, LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, missed the feedback.
source/upgrade.txt
Outdated
- Removes the following header files: | ||
|
||
- ``<bsoncxx/stdx/make_unique.hpp>`` | ||
- ``<bsoncxx/types/value.hpp>`` | ||
- ``<bsoncxx/util/functor.hpp>`` | ||
- ``<mongocxx/options/create_collection.hpp>`` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Removes the following header files: | |
- ``<bsoncxx/stdx/make_unique.hpp>`` | |
- ``<bsoncxx/types/value.hpp>`` | |
- ``<bsoncxx/util/functor.hpp>`` | |
- ``<mongocxx/options/create_collection.hpp>`` | |
This is not an ABI breaking change.
* DOCSP-45314: Removed headers * RR feedback * EC feedback (cherry picked from commit 2e96f85)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-45314
Staging - https://deploy-preview-84--docs-cpp.netlify.app/upgrade/#version-4.0
Self-Review Checklist