Skip to content

chore: migrate common libraries to std::optional#16254

Open
colinmoy wants to merge 1 commit into
googleapis:mainfrom
colinmoy:migrate-common-optional
Open

chore: migrate common libraries to std::optional#16254
colinmoy wants to merge 1 commit into
googleapis:mainfrom
colinmoy:migrate-common-optional

Conversation

@colinmoy

Copy link
Copy Markdown
Contributor

Replacing explicit usages of absl::optional with std::optional in the Common libraries and internal utilities (google/cloud/ and google/cloud/internal/) as part of broader modernization efforts

@colinmoy colinmoy requested a review from a team as a code owner July 13, 2026 22:56

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request replaces the use of absl::optional, absl::nullopt, and absl::make_optional with their standard C++17 equivalents, std::optional, std::nullopt, and std::make_optional, across various files in the repository. It also updates the relevant #include directives and build dependencies accordingly. There are no review comments, and I have no feedback to provide.

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.

1 participant