Skip to content
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

replace majority of boost->std optional and boost->std string_view #4445

Merged
merged 5 commits into from May 22, 2024

Conversation

mathisloge
Copy link
Collaborator

No description provided.

@artemp artemp added this to the v4.0.0 milestone May 18, 2024
@artemp artemp added the c++17 label May 18, 2024
@mathisloge mathisloge marked this pull request as ready for review May 18, 2024 12:34
@mathisloge
Copy link
Collaborator Author

@artemp There are some missing bits, where the optional value type has a reference type. I would do these in a seperate PR, as depending on the approch taken, would be a bit more code change then just renaming.

@mathisloge
Copy link
Collaborator Author

@artemp could you review this?

@artemp
Copy link
Member

artemp commented May 22, 2024

@mathisloge looks good, going to merge!

@artemp artemp merged commit d7a490f into master May 22, 2024
6 checks passed
@mathisloge mathisloge deleted the feature/drop_boost_cpp17 branch May 22, 2024 13:15
@artemp
Copy link
Member

artemp commented May 22, 2024

@artemp There are some missing bits, where the optional value type has a reference type. I would do these in a seperate PR, as depending on the approch taken, would be a bit more code change then just renaming.

std::optional< std::reference_wrapper<T>>

@mathisloge
Copy link
Collaborator Author

Yeah, that would be one way, with the least intrusive change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants