-
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-45307: Drop external polyfill library support #74
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.
These change LGTM. Should the breaking changes be added to the upgrade page in this PR too? Or will that be done in a separate ticket? Happy to review again if added 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.
Minor suggestions remaining; otherwise, LGTM.
source/index.txt
Outdated
|
||
.. important:: | ||
|
||
We recommend using the C++17 standard library whenever possible by setting the |
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.
We recommend using the C++17 standard library whenever possible by setting the | |
We recommend using the C++ standard library whenever possible by setting the |
Not specific to C++17; we just want users to use the C++ standard library instead of bsoncxx polyfills when able.
source/index.txt
Outdated
@@ -37,6 +36,30 @@ Overview | |||
|
|||
Welcome to the documentation site for the official {+driver-long+}. | |||
|
|||
.. _cpp-polyfill-config: | |||
|
|||
C++17 Polyfill 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.
Suggest moving this section down below near "Compatibility" and "API Documentation"; it seems too high up at the moment (coming before even the "Get Started" section).
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-45307
Staging -
https://deploy-preview-74--docs-cpp.netlify.app/whats-new/
https://deploy-preview-74--docs-cpp.netlify.app/get-started/download-and-install/
https://deploy-preview-74--docs-cpp.netlify.app/
Self-Review Checklist