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

Fix std::transform and std::tolower usage in GRPCDest #337

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

OverOrion
Copy link
Contributor

@OverOrion OverOrion commented Oct 11, 2024

std::tolower is not an addressible function, the intended way to use it is within a lambda.

See the following for more information:
https://devblogs.microsoft.com/oldnewthing/20241007-00/?p=110345
https://en.cppreference.com/w/cpp/string/byte/tolower

std::tolower is not an addressible function,
the intended way to use it within a lambda.

See the following for more information:
https://devblogs.microsoft.com/oldnewthing/20241007-00/?p=110345
https://en.cppreference.com/w/cpp/string/byte/tolower

Signed-off-by: Szilard Parrag <[email protected]>
Copy link
Member

@alltilla alltilla left a comment

Choose a reason for hiding this comment

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

Nice catch! Thanks

@alltilla alltilla merged commit 71be47e into axoflow:main Oct 12, 2024
22 checks passed
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