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

Kill AsciiToHex #11920

Merged
merged 1 commit into from Jun 24, 2023
Merged

Kill AsciiToHex #11920

merged 1 commit into from Jun 24, 2023

Conversation

Minty-Meeo
Copy link
Contributor

@Minty-Meeo Minty-Meeo commented Jun 10, 2023

Now superseded by Common::FromChars

@Minty-Meeo
Copy link
Contributor Author

Minty-Meeo commented Jun 10, 2023

Shocked that the FreeBSD builder's copy of the standard library lacks something as simple as the iterator-based constructors for std::string_view added in C++20.

Honestly not as shocked by Android.

@Minty-Meeo Minty-Meeo force-pushed the kill-ascii-to-hex branch 5 times, most recently from f75c3f9 to 172b3b1 Compare June 10, 2023 21:04
@Minty-Meeo
Copy link
Contributor Author

If #11934 is approved, then this PR becomes dependent on the other, as it uses the operator-> overload to work around a C++20 standard library deficiency in Android and FreeBSD.

@Minty-Meeo Minty-Meeo force-pushed the kill-ascii-to-hex branch 3 times, most recently from 783178d to ab7b1bd Compare June 17, 2023 04:42
@Minty-Meeo
Copy link
Contributor Author

Note to self: The additions in this PR are a candidate for future changes in the long-dormant #11034.

Copy link
Contributor

@Pokechu22 Pokechu22 left a comment

Choose a reason for hiding this comment

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

Mostly looks good; I do have one nitpick and one case of me being confused though.

Source/Core/Common/StringUtil.h Outdated Show resolved Hide resolved
Source/Core/Core/Debugger/PPCDebugInterface.cpp Outdated Show resolved Hide resolved
Now superseded by Common::FromChars
@Pokechu22 Pokechu22 merged commit 50c9299 into dolphin-emu:master Jun 24, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants