Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Make headers partially usable with LLVM/libc++ 13#1257

Merged
kennykerr merged 1 commit intomicrosoft:mastermicrosoft/cppwinrt:masterfrom
alvinhochun:alvin/llvm13alvinhochun/cppwinrt:alvin/llvm13Copy head branch name to clipboard
Jan 3, 2023
Merged

Make headers partially usable with LLVM/libc++ 13#1257
kennykerr merged 1 commit intomicrosoft:mastermicrosoft/cppwinrt:masterfrom
alvinhochun:alvin/llvm13alvinhochun/cppwinrt:alvin/llvm13Copy head branch name to clipboard

Conversation

@alvinhochun
Copy link
Contributor

This works around a compile error due to the floating point version of std::to_chars not implemented in libc++ 13, so that C++/WinRT can be used on LLVM 13 with limited support. It should work as long as none of the functions involving coroutines are used.

This works around a compile error due to the floating point version of
`std::to_chars` not implemented in libc++ 13, so that C++/WinRT can be
used on LLVM 13 with limited support. It should work as long as none of
the functions involving coroutines are used.
@kennykerr kennykerr merged commit fe30409 into microsoft:master Jan 3, 2023
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.