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

Stop using std::basic_string<unsigned char> #127

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

tpudlik
Copy link
Contributor

@tpudlik tpudlik commented Apr 5, 2024

std::basic_string relies on a non-standard generic char_traits<> implementation, recently removed from libc++.

Upstreams cl/605337651.

Relevant to #116.

std::basic_string<unsigned char> relies on a non-standard generic
char_traits<> implementation, recently removed from libc++.

Upstreams cl/605337651.

Relevant to google#116.
@tpudlik
Copy link
Contributor Author

tpudlik commented Apr 5, 2024

@robrussell

@robrussell robrussell merged commit 96ad72e into google:master Apr 6, 2024
1 check 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