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

Explicitly cast strings to std::string_view #1230

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

Coderlane
Copy link
Contributor

GoogleTest when built with GTEST_HAS_ABSL fails to convert these strings to a std::string_view. Lets instead explicitly convert them to a std::string_view.

GoogleTest when built with GTEST_HAS_ABSL fails to convert these strings
to a `std::string_view`. Lets instead explicitly convert them to a
`std::string_view`.
@Coderlane Coderlane requested a review from a team as a code owner November 8, 2023 21:50
@mlw mlw added this to the 2023.10 Release milestone Nov 8, 2023
@russellhancox russellhancox merged commit ed227f4 into google:main Nov 8, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants