Yichen Yao

Results 2 issues of Yichen Yao

Currently, both react-native-win32.dll and react.uwp.dll export Unicode conversion functions. This is due to older versions of react native's relying on non-standard Unicode conversions. The non-standard behavior has been removed, and...

nice-to-have
enhancement
Code Cleanup
Workstream: Component Parity

std::aligned_storage and related types were deprecated in C++23. (See [P1413R3](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf) and #2321.) This PR removes usages of these types and replaces them with a simple equivalent implementation.

CLA Signed