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

Expand string types for heterogeneous lookups #15

Merged
merged 1 commit into from
Jul 10, 2019
Merged

Expand string types for heterogeneous lookups #15

merged 1 commit into from
Jul 10, 2019

Conversation

fcharlie
Copy link
Contributor

In Windows, it's almost impossible to avoid using wchar_t, so
heterogeneous lookups that support std::wstring/std::wstring_view
are pretty good.

In Windows, it's almost impossible to avoid using wchar_t, so
heterogeneous lookups that support std::wstring/std::wstring_view
are pretty good.
Copy link
Owner

@greg7mdp greg7mdp left a comment

Choose a reason for hiding this comment

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

Thanks, looks great.

@greg7mdp greg7mdp merged commit a55b53f into greg7mdp:master Jul 10, 2019
@greg7mdp
Copy link
Owner

@fcharlie I have removed some code that your new change made redundant. I don't think it will break anything, but if it does please let me know.

@fcharlie
Copy link
Contributor Author

fcharlie commented Jul 10, 2019

@greg7mdp Very good! I am very glad that you can merge this PR. Deleting the duplicate code does not seem to have any problems at present. I originally wanted to do this, but I am worried about affecting the original code.

fcharlie added a commit to fcharlie/bela that referenced this pull request Jul 10, 2019
@ktprime ktprime mentioned this pull request Nov 26, 2019
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