Skip to content

CXX-2814 Remove BSONCXX_POLY_USE_STD_EXPERIMENTAL from polyfill options #1089

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

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

eramongodb
Copy link
Contributor

This PR removes the BSONCXX_POLY_USE_STD_EXPERIMENTAL config option along with all related code and documentation given it's been explicitly documented as both not-recommend and unsupported since February 2018 in r3.2.0 (committed in April 2017), which should be more than enough time for users to have responded accordingly. Verified by this patch.

@eramongodb eramongodb requested a review from kevinAlbs January 26, 2024 22:48
@eramongodb eramongodb self-assigned this Jan 26, 2024
Copy link
Collaborator

@kevinAlbs kevinAlbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a comment change.

@@ -63,14 +63,12 @@ function(bsoncxx_add_library TARGET OUTPUT_NAME LINK_TYPE)
set(polyfill "m")
elseif(BSONCXX_POLY_USE_BOOST)
set(polyfill "b")
elseif(BSONCXX_POLY_USE_STD_EXPERIMENTAL)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove # - 'x' for experimental standard library. above.

@eramongodb eramongodb merged commit 8e1c47a into mongodb:master Jan 29, 2024
@eramongodb eramongodb deleted the cxx-2814 branch January 29, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants