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

Implement signature changes for char_traits in N2349 #3739

Merged
merged 2 commits into from
Jun 15, 2023

Conversation

frederick-vs-ja
Copy link
Contributor

@frederick-vs-ja frederick-vs-ja commented May 28, 2023

These functions are inline and will have different mangled names if their signatures get changed, so I think the changes are not ABI-breaking.

I've filed LWG-3942 for remain const char_type& occurences in char_traits - IMO they should all be replaced with plain char_type.

Also test that member type aliases int_type are implemented as specified by the standard.

Fixes #3735.

Also test that `int_type` are implemented as specified by the standard
@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner May 28, 2023 15:18
@StephanTLavavej StephanTLavavej added the bug Something isn't working label May 28, 2023
@CaseyCarter CaseyCarter self-assigned this Jun 7, 2023
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej
Copy link
Member

I've pushed a merge with main to resolve a trivial adjacent-add conflict in tests/std/test.lst.

@StephanTLavavej StephanTLavavej merged commit 15aea98 into microsoft:main Jun 15, 2023
35 checks passed
@StephanTLavavej
Copy link
Member

StephanTLavavej commented Jun 15, 2023

Thanks to @achabense and you for noticing and fixing this conformance issue! 🎉 👀 🎯

@frederick-vs-ja frederick-vs-ja deleted the n2349-char_traits branch June 15, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<string>: Consider improving conformance for char_traits
4 participants