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

Eliminate cast in mdbm_export_splitter.cc that is little endian dependent. #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ywkaras
Copy link

@ywkaras ywkaras commented Feb 16, 2021

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@@ -90,8 +90,7 @@ getNumForHashCode(const char *optarg)
string("STL"), string("MD5"), string("SHA1"),
string("JENKINS"), string("HSIEH"), string() };

char (*pfunc)(char) = reinterpret_cast<char(*)(char)>(static_cast<int(*)(int)>(toupper));
transform(str.begin(), str.end(), str.begin(), pfunc);
Copy link
Author

Choose a reason for hiding this comment

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

Not sure this would necessarily work on a big endian architecture, and less straight-forward than a lambda func in any case.

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.

None yet

1 participant