Skip to content

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