Skip to content

Conversation

@MattStephanson
Copy link
Contributor

Fixes #1569.

@MattStephanson MattStephanson requested a review from a team as a code owner January 25, 2021 07:39
@cbezault

This comment has been minimized.

@azure-pipelines

This comment has been minimized.

@StephanTLavavej StephanTLavavej added enhancement Something can be improved format C++20/23 format labels Jan 26, 2021
Base automatically changed from master to main January 28, 2021 00:35
 - actually call wide Ryu functions
 - Widen __[df]2s_buffered_n
 - Don't wrap memcpy calls.
 - Use ternary operator and cast for static widen.
@StephanTLavavej
Copy link
Member

I believe that this should be retargeted to feature/format as only <format> needs these widened codepaths, and there is no other ongoing work in <charconv> that will conflict - let's make sure that all of the necessary widening is suitable for <format> before the final merge into main.

@StephanTLavavej StephanTLavavej changed the base branch from main to feature/format February 4, 2021 04:39
@StephanTLavavej StephanTLavavej removed their assignment Feb 4, 2021
@barcharcraz barcharcraz merged commit dfb9396 into microsoft:feature/format Feb 4, 2021
@MattStephanson MattStephanson deleted the gh-1569 branch February 14, 2021 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Something can be improved format C++20/23 format

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<charconv>: allow output to wchar_t buffers

7 participants